#499DA5

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

Shades of Cadet Blue #499DA5

Tints of Cadet Blue #499DA5

Color information

#499DA5 (or 0x499DA5) is unknown color: approx Cadet Blue. HEX triplet: 49, 9D and A5. RGB value is (73,157,165). Sum of RGB (Red+Green+Blue) = 73+157+165=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 157 (61.72% from 255 or 39.75% from 395); Blue value is 165 (64.84% from 255 or 41.77% from 395); Max value from RGB is 165 - color contains mainly: blue. Hex color #499DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499DA5 is #B6625A. Grayscale: #848484. Windows color (decimal): -11952731 or 10853705. OLE color: 10853705.

HSL color Cylindrical-coordinate representation of color #499DA5: hue angle of 185.22º 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 #499DA5 is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB73157165-
CMYK0.560.0500.35
HSL185.22º38.66%46.67%-
HSV(B)185.22º55.76%64.71%-
XYZ21.628.2539.91-
YUV132.8146.1785.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.48%
GREEN value IS 157 (61.72% from 255) = 39.75%
BLUE value IS 165 (64.84% from 255) = 41.77%
R=18.48%
G=39.75%
B=41.77%

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
Decimal731571650.560.0500.35185.2238.6646.67
Hex499DA5385023b9272f
Octal1112352457050432714757
Binary10010011001110110100101111000101010001110111001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,157,165); }

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

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

 a { background-color: rgb(73,157,165); }

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

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

 span { border-color: rgb(73,157,165); }

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