Color Hex Logo

#4278cb Color Hex

#4278CB
(66,120,203)
0 Favorites   0 Comments

Color spaces of #4278cb

RGB 66120203
HSL0.600.570.53
HSV216°67°80°
CMYK 0.670.410.00   0.20
XYZ19.742718.903059.1080
Yxy18.90300.20200.1934
Hunter Lab43.47764.9692-50.1708
CIE-Lab50.57359.1594-48.3699

#4278cb color RGB value is (66,120,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01111000 11001011
Octal 102 170 313
Decimal 66 120 203
Hex 42 78 CB

RGB Percentages of Color #4278cb

%16.97
%30.85
%52.19

CMYK Percentages of Color #4278cb

%67
%41
%0
%20

Triadic Colors of #4278cb

#4278cb #cb4278 #78cb42

Analogous Colors of #4278cb

#4278cb #5142cb #42bdcb

Monochromatic Colors of #4278cb

#4278cb

Complementary Color

#4278cb #cb9542

#4278cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4278cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4278cb Color CSS Codes

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

#4278cb Text Font Color

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

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


#4278cb Background Color

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

This div background color is #4278cb


#4278cb Border Color

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

This div border color is #4278cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4278cb


Comments

No comments written yet.

Please login to write comment.