Shades of Blue Chill #499C99
Tints of Blue Chill #499C99
RGB
CMYK
RGB Variations
Color information
#499C99 (or 0x499C99) is known color: Blue Chill. HEX triplet: 49, 9C and 99. RGB value is (73,156,153). Sum of RGB (Red+Green+Blue) = 73+156+153=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 156 - color contains mainly: green. Hex color #499C99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499C99 is #B66366. Grayscale: #828282. Windows color (decimal): -11952999 or 10067017. OLE color: 10067017.
HSL color Cylindrical-coordinate representation of color #499C99: hue angle of 177.83º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #499C99 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 156 | 153 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.39 |
| HSL | 177.83º | 0.36% | 0.45% | - |
| HSV(B) | 177.83º | 0.53% | 0.61% | - |
| XYZ | 20.39 | 27.49 | 34.37 | - |
| YUV | 130.84 | 140.5 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 156 | 153 | 0.53 | 0 | 0.02 | 0.39 | 177.83 | 0.36 | 0.45 |
| Hex | 49 | 9C | 99 | 35 | 0 | 2 | 27 | B2 | 24 | 2D |
| Octal | 111 | 234 | 231 | 65 | 0 | 2 | 47 | 262 | 44 | 55 |
| Binary | 1001001 | 10011100 | 10011001 | 110101 | 0 | 10 | 100111 | 10110010 | 100100 | 101101 |
Color Harmonies of #499C99
Complementary color
Monochromatic Colors of #499C99
Black with #499C99
Text Example
Text Example
White with #499C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499C99; }
p { color: rgb(73,156,153); }
H1.HeaderClassName
{
color: #499C99;
}
.AnyTagClassName
{
color: #499C99;
}
</style>
background-color css
<style>
a { background-color: #499C99; }
a { background-color: rgb(73,156,153); }
div.DivClassName
{
background-color: #499C99;
}
.BgClassName
{
background-color: #499C99;
}
</style>
border-color css
<style>
span { border-color: #499C99; }
span { border-color: rgb(73,156,153); }
td.TdClassName
{
border-color: #499C99;
}
.TagClassName
{
border-color: #499C99;
}
</style>