Color Hex Logo

#4496ab Color Hex

#4496AB
(68,150,171)
0 Favorites   0 Comments

Color spaces of #4496ab

RGB 68150171
HSL0.530.430.47
HSV192°60°67°
CMYK 0.600.120.00   0.33
XYZ20.640925.981942.4552
Yxy25.98190.23170.2917
Hunter Lab50.9724-16.9196-13.7022
CIE-Lab58.0199-18.5127-18.4919

#4496ab color RGB value is (68,150,171).

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

The process color (four color CMYK) of #4496ab color hex is 0.60, 0.12, 0.00, 0.33. Web safe color of #4496ab is #339999. Color #4496ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10010110 10101011
Octal 104 226 253
Decimal 68 150 171
Hex 44 96 AB

RGB Percentages of Color #4496ab

%17.48
%38.56
%43.96

CMYK Percentages of Color #4496ab

%60
%12
%0
%33

Triadic Colors of #4496ab

#4496ab #ab4496 #96ab44

Analogous Colors of #4496ab

#4496ab #4463ab #44ab8d

Monochromatic Colors of #4496ab

#4496ab

Complementary Color

#4496ab #ab5944

#4496ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4496ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4496ab Color CSS Codes

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

#4496ab Text Font Color

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

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


#4496ab Background Color

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

This div background color is #4496ab


#4496ab Border Color

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

This div border color is #4496ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4496ab


Comments

No comments written yet.

Please login to write comment.