#499EA1

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

Shades of Cadet Blue #499EA1

Tints of Cadet Blue #499EA1

Color information

#499EA1 (or 0x499EA1) is unknown color: approx Cadet Blue. HEX triplet: 49, 9E and A1. RGB value is (73,158,161). Sum of RGB (Red+Green+Blue) = 73+158+161=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 161 (63.28% from 255 or 41.07% from 392); Max value from RGB is 161 - color contains mainly: blue. Hex color #499EA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499EA1 is #B6615E. Grayscale: #848484. Windows color (decimal): -11952479 or 10591817. OLE color: 10591817.

HSL color Cylindrical-coordinate representation of color #499EA1: hue angle of 182.05º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #499EA1 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB73158161-
CMYK0.550.0200.37
HSL182.05º37.61%45.88%-
HSV(B)182.05º54.66%63.14%-
XYZ21.4128.4438.08-
YUV132.93143.8485.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.62%
GREEN value IS 158 (62.11% from 255) = 40.31%
BLUE value IS 161 (63.28% from 255) = 41.07%
R=18.62%
G=40.31%
B=41.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731581610.550.0200.37182.0537.6145.88
Hex499EA1372025b6262e
Octal1112362416720452664656
Binary1001001100111101010000111011110010010110110110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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