Color Hex Logo

#4451af Color Hex

#4451AF
(68,81,175)
0 Favorites   0 Comments

Color spaces of #4451af

RGB 6881175
HSL0.650.440.48
HSV233°61°69°
CMYK 0.610.540.00   0.31
XYZ13.064210.208941.8394
Yxy10.20890.20060.1568
Hunter Lab31.951417.0698-55.2726
CIE-Lab38.214824.3543-51.9287

#4451af color RGB value is (68,81,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01010001 10101111
Octal 104 121 257
Decimal 68 81 175
Hex 44 51 AF

RGB Percentages of Color #4451af

%20.99
%25.00
%54.01

CMYK Percentages of Color #4451af

%61
%54
%0
%31

Triadic Colors of #4451af

#4451af #af4451 #51af44

Analogous Colors of #4451af

#4451af #6d44af #4487af

Monochromatic Colors of #4451af

#4451af

Complementary Color

#4451af #afa244

#4451af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4451af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4451af Color CSS Codes

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

#4451af Text Font Color

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

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


#4451af Background Color

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

This div background color is #4451af


#4451af Border Color

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

This div border color is #4451af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,81,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 #4451af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4451af


Comments

No comments written yet.

Please login to write comment.