#499EA6

Color #499EA6 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #499EA6

Tints of Cadet Blue #499EA6

Color information

#499EA6 (or 0x499EA6) is unknown color: approx Cadet Blue. HEX triplet: 49, 9E and A6. RGB value is (73,158,166). Sum of RGB (Red+Green+Blue) = 73+158+166=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 166 - color contains mainly: blue. Hex color #499EA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499EA6 is #B66159. Grayscale: #858585. Windows color (decimal): -11952474 or 10919497. OLE color: 10919497.

HSL color Cylindrical-coordinate representation of color #499EA6: hue angle of 185.16º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #499EA6 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73158166-
CMYK0.560.0500.35
HSL185.16º38.91%46.86%-
HSV(B)185.16º56.02%65.1%-
XYZ21.8628.6240.45-
YUV133.5146.3484.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 18.39%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 166 (65.23% from 255) = 41.81%
R=18.39%
G=39.80%
B=41.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal731581660.560.0500.35185.1638.9146.86
Hex499EA6385023b9272f
Octal1112362467050432714757
Binary10010011001111010100110111000101010001110111001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499EA6; }

 p { color: rgb(73,158,166); }

 H1.HeaderClassName
 {
   color: #499EA6;
 }
 .AnyTagClassName
 {
   color: #499EA6;
 }
</style>
background-color css

<style>
 a { background-color: #499EA6; }

 a { background-color: rgb(73,158,166); }

 div.DivClassName
 {
   background-color: #499EA6;
 }
 .BgClassName
 {
   background-color: #499EA6;
 }
</style>
border-color css

<style>
 span { border-color: #499EA6; }

 span { border-color: rgb(73,158,166); }

 td.TdClassName
 {
   border-color: #499EA6;
 }
 .TagClassName
 {
   border-color: #499EA6;
 }
</style>