Color Hex Logo

#4474ab Color Hex

#4474AB
(68,116,171)
0 Favorites   0 Comments

Color spaces of #4474ab

RGB 68116171
HSL0.590.430.47
HSV212°60°67°
CMYK 0.600.320.00   0.33
XYZ15.980016.660040.9015
Yxy16.66000.21730.2265
Hunter Lab40.8167-1.5452-30.8416
CIE-Lab47.82870.8382-34.2582

#4474ab color RGB value is (68,116,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110100 10101011
Octal 104 164 253
Decimal 68 116 171
Hex 44 74 AB

RGB Percentages of Color #4474ab

%19.15
%32.68
%48.17

CMYK Percentages of Color #4474ab

%60
%32
%0
%33

Triadic Colors of #4474ab

#4474ab #ab4474 #74ab44

Analogous Colors of #4474ab

#4474ab #4844ab #44a8ab

Monochromatic Colors of #4474ab

#4474ab

Complementary Color

#4474ab #ab7b44

#4474ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4474ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4474ab Color CSS Codes

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

#4474ab Text Font Color

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

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


#4474ab Background Color

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

This div background color is #4474ab


#4474ab Border Color

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

This div border color is #4474ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4474ab


Comments

No comments written yet.

Please login to write comment.