Color Hex Logo

#4472be Color Hex

#4472BE
(68,114,190)
0 Favorites   0 Comments

Color spaces of #4472be

RGB 68114190
HSL0.600.480.51
HSV217°64°75°
CMYK 0.640.400.00   0.25
XYZ17.695516.981351.0603
Yxy16.98130.20640.1981
Hunter Lab41.20844.5360-44.6189
CIE-Lab48.23658.6222-44.6308

#4472be color RGB value is (68,114,190).

#4472be hex color red value is 68, green value is 114 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #4472be hue: 0.60 , saturation: 0.48 and the lightness value of 4472be is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110010 10111110
Octal 104 162 276
Decimal 68 114 190
Hex 44 72 BE

RGB Percentages of Color #4472be

%18.28
%30.65
%51.08

CMYK Percentages of Color #4472be

%64
%40
%0
%25

Triadic Colors of #4472be

#4472be #be4472 #72be44

Analogous Colors of #4472be

#4472be #5344be #44afbe

Monochromatic Colors of #4472be

#4472be

Complementary Color

#4472be #be9044

#4472be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4472be Color Preview on White Background

Lorem ipsum dolor sit amet.

#4472be Color CSS Codes

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

#4472be Text Font Color

<p style="color:#4472be">Text here</p>

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


#4472be Background Color

<div style="background-color:#4472be">
Div content here</div>

This div background color is #4472be


#4472be Border Color

<div style="border:3px solid #4472be">
Div here</div>

This div border color is #4472be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,114,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4472be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4472be;
  -webkit-box-shadow: 1px 1px 3px 2px #4472be;
  box-shadow:         1px 1px 3px 2px #4472be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,114,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4472be


Comments

No comments written yet.

Please login to write comment.