#499CA1

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

Shades of Cadet Blue #499CA1

Tints of Cadet Blue #499CA1

Color information

#499CA1 (or 0x499CA1) is unknown color: approx Cadet Blue. HEX triplet: 49, 9C and A1. RGB value is (73,156,161). Sum of RGB (Red+Green+Blue) = 73+156+161=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 161 (63.28% from 255 or 41.28% from 390); Max value from RGB is 161 - color contains mainly: blue. Hex color #499CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499CA1 is #B6635E. Grayscale: #838383. Windows color (decimal): -11952991 or 10591305. OLE color: 10591305.

HSL color Cylindrical-coordinate representation of color #499CA1: hue angle of 183.41º 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 #499CA1 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB73156161-
CMYK0.550.0300.37
HSL183.41º37.61%45.88%-
HSV(B)183.41º54.66%63.14%-
XYZ21.0727.7737.97-
YUV131.75144.586.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.72%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 161 (63.28% from 255) = 41.28%
R=18.72%
G=40%
B=41.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731561610.550.0300.37183.4137.6145.88
Hex499CA1373025b7262e
Octal1112342416730452674656
Binary1001001100111001010000111011111010010110110111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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