Color Hex Logo

#499cff Color Hex

#499CFF
(73,156,255)
0 Favorites   0 Comments

Color spaces of #499cff

RGB 73156255
HSL0.591.000.64
HSV213°71°100°
CMYK 0.710.390.00   0.00
XYZ32.686132.413499.1414
Yxy32.41340.19900.1974
Hunter Lab56.93282.8476-63.3933
CIE-Lab63.68316.8422-56.4635

#499cff color RGB value is (73,156,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011100 11111111
Octal 111 234 377
Decimal 73 156 255
Hex 49 9C FF

RGB Percentages of Color #499cff

%15.08
%32.23
%52.69

CMYK Percentages of Color #499cff

%71
%39
%0
%0

Triadic Colors of #499cff

#499cff #ff499c #9cff49

Analogous Colors of #499cff

#499cff #5149ff #49f7ff

Monochromatic Colors of #499cff

#499cff

Complementary Color

#499cff #ffac49

#499cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#499cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#499cff Color CSS Codes

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

#499cff Text Font Color

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

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


#499cff Background Color

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

This div background color is #499cff


#499cff Border Color

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

This div border color is #499cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #499cff

Related Colors


Comments

No comments written yet.

Please login to write comment.