Color Hex Logo

#4472af Color Hex

#4472AF
(68,114,175)
0 Favorites   0 Comments

Color spaces of #4472af

RGB 68114175
HSL0.600.440.48
HSV214°61°69°
CMYK 0.610.350.00   0.31
XYZ16.139116.358742.8644
Yxy16.35870.21420.2171
Hunter Lab40.44590.4464-34.5232
CIE-Lab47.44163.4197-37.1982

#4472af color RGB value is (68,114,175).

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

The process color (four color CMYK) of #4472af color hex is 0.61, 0.35, 0.00, 0.31. Web safe color of #4472af is #336699. Color #4472af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110010 10101111
Octal 104 162 257
Decimal 68 114 175
Hex 44 72 AF

RGB Percentages of Color #4472af

%19.05
%31.93
%49.02

CMYK Percentages of Color #4472af

%61
%35
%0
%31

Triadic Colors of #4472af

#4472af #af4472 #72af44

Analogous Colors of #4472af

#4472af #4c44af #44a8af

Monochromatic Colors of #4472af

#4472af

Complementary Color

#4472af #af8144

#4472af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4472af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4472af Color CSS Codes

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

#4472af Text Font Color

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

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


#4472af Background Color

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

This div background color is #4472af


#4472af Border Color

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

This div border color is #4472af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4472af


Comments

No comments written yet.

Please login to write comment.