Color Hex Logo

#4860ca Color Hex

#4860CA
(72,96,202)
0 Favorites   0 Comments

Color spaces of #4860ca

RGB 7296202
HSL0.640.550.54
HSV229°64°79°
CMYK 0.640.520.00   0.21
XYZ17.516014.007757.6577
Yxy14.00770.19640.1571
Hunter Lab37.426918.0421-65.1400
CIE-Lab44.244024.8626-57.9375

#4860ca color RGB value is (72,96,202).

#4860ca hex color red value is 72, green value is 96 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4860ca hue: 0.64 , saturation: 0.55 and the lightness value of 4860ca is 0.54.

The process color (four color CMYK) of #4860ca color hex is 0.64, 0.52, 0.00, 0.21. Web safe color of #4860ca is #3366cc. Color #4860ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01100000 11001010
Octal 110 140 312
Decimal 72 96 202
Hex 48 60 CA

RGB Percentages of Color #4860ca

%19.46
%25.95
%54.59

CMYK Percentages of Color #4860ca

%64
%52
%0
%21

Triadic Colors of #4860ca

#4860ca #ca4860 #60ca48

Analogous Colors of #4860ca

#4860ca #7148ca #48a1ca

Monochromatic Colors of #4860ca

#4860ca

Complementary Color

#4860ca #cab248

#4860ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4860ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4860ca Color CSS Codes

.mybgcolor {background-color:#4860ca; } 
.myforecolor {color:#4860ca; }
.mybordercolor {border:3px solid #4860ca; }

#4860ca Text Font Color

<p style="color:#4860ca">Text here</p>

This sample text font color is #4860ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4860ca Background Color

<div style="background-color:#4860ca">
Div content here</div>

This div background color is #4860ca


#4860ca Border Color

<div style="border:3px solid #4860ca">
Div here</div>

This div border color is #4860ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,96,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4860ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4860ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4860ca;
  box-shadow:         1px 1px 3px 2px #4860ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,96,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4860ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4860ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4860ca;
  box-shadow:         1px 1px 3px 2px #4860ca;">
Div content here</div>

This div box has shadow with color #4860ca


Comments

No comments written yet.

Please login to write comment.