Color Hex Logo

#4462ab Color Hex

#4462AB
(68,98,171)
0 Favorites   0 Comments

Color spaces of #4462ab

RGB 6898171
HSL0.620.430.47
HSV223°60°67°
CMYK 0.600.430.00   0.33
XYZ14.102312.904640.2756
Yxy12.90460.20960.1918
Hunter Lab35.92307.2086-41.3278
CIE-Lab42.619112.0312-42.5004

#4462ab color RGB value is (68,98,171).

#4462ab hex color red value is 68, green value is 98 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4462ab hue: 0.62 , saturation: 0.43 and the lightness value of 4462ab is 0.47.

The process color (four color CMYK) of #4462ab color hex is 0.60, 0.43, 0.00, 0.33. Web safe color of #4462ab is #336699. Color #4462ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01100010 10101011
Octal 104 142 253
Decimal 68 98 171
Hex 44 62 AB

RGB Percentages of Color #4462ab

%20.18
%29.08
%50.74

CMYK Percentages of Color #4462ab

%60
%43
%0
%33

Triadic Colors of #4462ab

#4462ab #ab4462 #62ab44

Analogous Colors of #4462ab

#4462ab #5a44ab #4496ab

Monochromatic Colors of #4462ab

#4462ab

Complementary Color

#4462ab #ab8d44

#4462ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4462ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4462ab Color CSS Codes

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

#4462ab Text Font Color

<p style="color:#4462ab">Text here</p>

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


#4462ab Background Color

<div style="background-color:#4462ab">
Div content here</div>

This div background color is #4462ab


#4462ab Border Color

<div style="border:3px solid #4462ab">
Div here</div>

This div border color is #4462ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,98,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4462ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4462ab;
  -webkit-box-shadow: 1px 1px 3px 2px #4462ab;
  box-shadow:         1px 1px 3px 2px #4462ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4462ab


Comments

No comments written yet.

Please login to write comment.