Color Hex Logo

#4262cb Color Hex

#4262CB
(66,98,203)
0 Favorites   0 Comments

Color spaces of #4262cb

RGB 6698203
HSL0.630.570.53
HSV226°67°80°
CMYK 0.670.520.00   0.20
XYZ17.393914.205458.3251
Yxy14.20540.19340.1580
Hunter Lab37.690116.4199-65.3678
CIE-Lab44.526122.9840-58.0730

#4262cb color RGB value is (66,98,203).

#4262cb hex color red value is 66, green value is 98 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4262cb hue: 0.63 , saturation: 0.57 and the lightness value of 4262cb is 0.53.

The process color (four color CMYK) of #4262cb color hex is 0.67, 0.52, 0.00, 0.20. Web safe color of #4262cb is #3366cc. Color #4262cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100010 11001011
Octal 102 142 313
Decimal 66 98 203
Hex 42 62 CB

RGB Percentages of Color #4262cb

%17.98
%26.70
%55.31

CMYK Percentages of Color #4262cb

%67
%52
%0
%20

Triadic Colors of #4262cb

#4262cb #cb4262 #62cb42

Analogous Colors of #4262cb

#4262cb #6742cb #42a7cb

Monochromatic Colors of #4262cb

#4262cb

Complementary Color

#4262cb #cbab42

#4262cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4262cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4262cb Color CSS Codes

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

#4262cb Text Font Color

<p style="color:#4262cb">Text here</p>

This sample text font color is #4262cb
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.


#4262cb Background Color

<div style="background-color:#4262cb">
Div content here</div>

This div background color is #4262cb


#4262cb Border Color

<div style="border:3px solid #4262cb">
Div here</div>

This div border color is #4262cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,98,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4262cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4262cb;
  -webkit-box-shadow: 1px 1px 3px 2px #4262cb;
  box-shadow:         1px 1px 3px 2px #4262cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,98,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4262cb


Comments

No comments written yet.

Please login to write comment.