Color Hex Logo

#499afd Color Hex

#499AFD
(73,154,253)
0 Favorites   0 Comments

Color spaces of #499afd

RGB 73154253
HSL0.590.980.64
HSV213°71°99°
CMYK 0.710.390.00   0.01
XYZ32.032931.619597.3434
Yxy31.61950.19900.1964
Hunter Lab56.23123.2804-63.2767
CIE-Lab63.02727.3204-56.4154

#499afd color RGB value is (73,154,253).

#499afd hex color red value is 73, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #499afd hue: 0.59 , saturation: 0.98 and the lightness value of 499afd is 0.64.

The process color (four color CMYK) of #499afd color hex is 0.71, 0.39, 0.00, 0.01. Web safe color of #499afd is #3399ff. Color #499afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011010 11111101
Octal 111 232 375
Decimal 73 154 253
Hex 49 9A FD

RGB Percentages of Color #499afd

%15.21
%32.08
%52.71

CMYK Percentages of Color #499afd

%71
%39
%0
%1

Triadic Colors of #499afd

#499afd #fd499a #9afd49

Analogous Colors of #499afd

#499afd #5249fd #49f4fd

Monochromatic Colors of #499afd

#499afd

Complementary Color

#499afd #fdac49

#499afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#499afd Color CSS Codes

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

#499afd Text Font Color

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

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


#499afd Background Color

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

This div background color is #499afd


#499afd Border Color

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

This div border color is #499afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499afd


Comments

No comments written yet.

Please login to write comment.