Color Hex Logo

#4899db Color Hex

#4899DB
(72,153,219)
0 Favorites   0 Comments

Color spaces of #4899db

RGB 72153219
HSL0.570.670.57
HSV207°67°86°
CMYK 0.670.300.00   0.14
XYZ26.849929.274771.2533
Yxy29.27470.21080.2298
Hunter Lab54.1061-6.1059-40.2058
CIE-Lab61.0233-3.9233-40.8393

#4899db color RGB value is (72,153,219).

#4899db hex color red value is 72, green value is 153 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #4899db hue: 0.57 , saturation: 0.67 and the lightness value of 4899db is 0.57.

The process color (four color CMYK) of #4899db color hex is 0.67, 0.30, 0.00, 0.14. Web safe color of #4899db is #3399cc. Color #4899db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011001 11011011
Octal 110 231 333
Decimal 72 153 219
Hex 48 99 DB

RGB Percentages of Color #4899db

%16.22
%34.46
%49.32

CMYK Percentages of Color #4899db

%67
%30
%0
%14

Triadic Colors of #4899db

#4899db #db4899 #99db48

Analogous Colors of #4899db

#4899db #484fdb #48dbd4

Monochromatic Colors of #4899db

#4899db

Complementary Color

#4899db #db8a48

#4899db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4899db Color Preview on White Background

Lorem ipsum dolor sit amet.

#4899db Color CSS Codes

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

#4899db Text Font Color

<p style="color:#4899db">Text here</p>

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


#4899db Background Color

<div style="background-color:#4899db">
Div content here</div>

This div background color is #4899db


#4899db Border Color

<div style="border:3px solid #4899db">
Div here</div>

This div border color is #4899db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,153,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4899db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4899db;
  -webkit-box-shadow: 1px 1px 3px 2px #4899db;
  box-shadow:         1px 1px 3px 2px #4899db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,153,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 #4899db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4899db


Comments

No comments written yet.

Please login to write comment.