Color Hex Logo

#499fdd Color Hex

#499FDD
(73,159,221)
0 Favorites   0 Comments

Color spaces of #499fdd

RGB 73159221
HSL0.570.690.58
HSV205°67°87°
CMYK 0.670.280.00   0.13
XYZ28.196931.433272.9877
Yxy31.43320.21260.2370
Hunter Lab56.0653-8.3414-37.9400
CIE-Lab62.8716-6.4933-39.0501

#499fdd color RGB value is (73,159,221).

#499fdd hex color red value is 73, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #499fdd hue: 0.57 , saturation: 0.69 and the lightness value of 499fdd is 0.58.

The process color (four color CMYK) of #499fdd color hex is 0.67, 0.28, 0.00, 0.13. Web safe color of #499fdd is #3399cc. Color #499fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011111 11011101
Octal 111 237 335
Decimal 73 159 221
Hex 49 9F DD

RGB Percentages of Color #499fdd

%16.11
%35.10
%48.79

CMYK Percentages of Color #499fdd

%67
%28
%0
%13

Triadic Colors of #499fdd

#499fdd #dd499f #9fdd49

Analogous Colors of #499fdd

#499fdd #4955dd #49ddd1

Monochromatic Colors of #499fdd

#499fdd

Complementary Color

#499fdd #dd8749

#499fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#499fdd Color CSS Codes

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

#499fdd Text Font Color

<p style="color:#499fdd">Text here</p>

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


#499fdd Background Color

<div style="background-color:#499fdd">
Div content here</div>

This div background color is #499fdd


#499fdd Border Color

<div style="border:3px solid #499fdd">
Div here</div>

This div border color is #499fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,159,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #499fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #499fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #499fdd;
  box-shadow:         1px 1px 3px 2px #499fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,159,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499fdd


Comments

No comments written yet.

Please login to write comment.