Color Hex Logo

#4a96db Color Hex

#4A96DB
(74,150,219)
0 Favorites   0 Comments

Color spaces of #4a96db

RGB 74150219
HSL0.580.670.57
HSV209°66°86°
CMYK 0.660.320.00   0.14
XYZ26.516628.383071.0987
Yxy28.38300.21050.2253
Hunter Lab53.2757-4.3887-41.8321
CIE-Lab60.2332-1.8808-42.0759

#4a96db color RGB value is (74,150,219).

#4a96db hex color red value is 74, green value is 150 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4a96db hue: 0.58 , saturation: 0.67 and the lightness value of 4a96db is 0.57.

The process color (four color CMYK) of #4a96db color hex is 0.66, 0.32, 0.00, 0.14. Web safe color of #4a96db is #3399cc. Color #4a96db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10010110 11011011
Octal 112 226 333
Decimal 74 150 219
Hex 4A 96 DB

RGB Percentages of Color #4a96db

%16.70
%33.86
%49.44

CMYK Percentages of Color #4a96db

%66
%32
%0
%14

Triadic Colors of #4a96db

#4a96db #db4a96 #96db4a

Analogous Colors of #4a96db

#4a96db #4a4ddb #4adbd8

Monochromatic Colors of #4a96db

#4a96db

Complementary Color

#4a96db #db8f4a

#4a96db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a96db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a96db Color CSS Codes

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

#4a96db Text Font Color

<p style="color:#4a96db">Text here</p>

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


#4a96db Background Color

<div style="background-color:#4a96db">
Div content here</div>

This div background color is #4a96db


#4a96db Border Color

<div style="border:3px solid #4a96db">
Div here</div>

This div border color is #4a96db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,150,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a96db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a96db;
  -webkit-box-shadow: 1px 1px 3px 2px #4a96db;
  box-shadow:         1px 1px 3px 2px #4a96db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,150,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a96db


Comments

No comments written yet.

Please login to write comment.