Color Hex Logo

#4279cb Color Hex

#4279CB
(66,121,203)
0 Favorites   0 Comments

Color spaces of #4279cb

RGB 66121203
HSL0.600.570.53
HSV216°67°80°
CMYK 0.670.400.00   0.20
XYZ19.863619.144859.1483
Yxy19.14480.20240.1950
Hunter Lab43.75484.4638-49.5207
CIE-Lab50.85628.5443-47.9197

#4279cb color RGB value is (66,121,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111001 11001011
Octal 102 171 313
Decimal 66 121 203
Hex 42 79 CB

RGB Percentages of Color #4279cb

%16.92
%31.03
%52.05

CMYK Percentages of Color #4279cb

%67
%40
%0
%20

Triadic Colors of #4279cb

#4279cb #cb4279 #79cb42

Analogous Colors of #4279cb

#4279cb #4f42cb #42becb

Monochromatic Colors of #4279cb

#4279cb

Complementary Color

#4279cb #cb9442

#4279cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4279cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4279cb Color CSS Codes

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

#4279cb Text Font Color

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

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


#4279cb Background Color

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

This div background color is #4279cb


#4279cb Border Color

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

This div border color is #4279cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,121,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 #4279cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4279cb


Comments

No comments written yet.

Please login to write comment.