Color Hex Logo

#4370bb Color Hex

#4370BB
(67,112,187)
0 Favorites   0 Comments

Color spaces of #4370bb

RGB 67112187
HSL0.600.470.50
HSV218°64°73°
CMYK 0.640.400.00   0.27
XYZ17.078516.369549.2732
Yxy16.36950.20650.1979
Hunter Lab40.45924.5441-43.8847
CIE-Lab47.45568.6305-44.1428

#4370bb color RGB value is (67,112,187).

#4370bb hex color red value is 67, green value is 112 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4370bb hue: 0.60 , saturation: 0.47 and the lightness value of 4370bb is 0.50.

The process color (four color CMYK) of #4370bb color hex is 0.64, 0.40, 0.00, 0.27. Web safe color of #4370bb is #3366cc. Color #4370bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000011 01110000 10111011
Octal 103 160 273
Decimal 67 112 187
Hex 43 70 BB

RGB Percentages of Color #4370bb

%18.31
%30.60
%51.09

CMYK Percentages of Color #4370bb

%64
%40
%0
%27

Triadic Colors of #4370bb

#4370bb #bb4370 #70bb43

Analogous Colors of #4370bb

#4370bb #5243bb #43acbb

Monochromatic Colors of #4370bb

#4370bb

Complementary Color

#4370bb #bb8e43

#4370bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4370bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4370bb Color CSS Codes

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

#4370bb Text Font Color

<p style="color:#4370bb">Text here</p>

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


#4370bb Background Color

<div style="background-color:#4370bb">
Div content here</div>

This div background color is #4370bb


#4370bb Border Color

<div style="border:3px solid #4370bb">
Div here</div>

This div border color is #4370bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(67,112,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4370bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4370bb;
  -webkit-box-shadow: 1px 1px 3px 2px #4370bb;
  box-shadow:         1px 1px 3px 2px #4370bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(67,112,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4370bb


Comments

No comments written yet.

Please login to write comment.