Shades of Blue Chill #499B9D
Tints of Blue Chill #499B9D
RGB
CMYK
RGB Variations
Color information
#499B9D (or 0x499B9D) is known color: Blue Chill. HEX triplet: 49, 9B and 9D. RGB value is (73,155,157). Sum of RGB (Red+Green+Blue) = 73+155+157=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #499B9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #499B9D is #B66462. Grayscale: #828282. Windows color (decimal): -11953251 or 10328905. OLE color: 10328905.
HSL color Cylindrical-coordinate representation of color #499B9D: hue angle of 181.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #499B9D is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 155 | 157 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.38 |
| HSL | 181.43º | 0.37% | 0.45% | - |
| HSV(B) | 181.43º | 0.54% | 0.62% | - |
| XYZ | 20.55 | 27.29 | 36.08 | - |
| YUV | 130.71 | 142.83 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 155 | 157 | 0.54 | 0.01 | 0 | 0.38 | 181.43 | 0.37 | 0.45 |
| Hex | 49 | 9B | 9D | 36 | 1 | 0 | 26 | B5 | 25 | 2D |
| Octal | 111 | 233 | 235 | 66 | 1 | 0 | 46 | 265 | 45 | 55 |
| Binary | 1001001 | 10011011 | 10011101 | 110110 | 1 | 0 | 100110 | 10110101 | 100101 | 101101 |
Color Harmonies of #499B9D
Complementary color
Monochromatic Colors of #499B9D
Black with #499B9D
Text Example
Text Example
White with #499B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499B9D; }
p { color: rgb(73,155,157); }
H1.HeaderClassName
{
color: #499B9D;
}
.AnyTagClassName
{
color: #499B9D;
}
</style>
background-color css
<style>
a { background-color: #499B9D; }
a { background-color: rgb(73,155,157); }
div.DivClassName
{
background-color: #499B9D;
}
.BgClassName
{
background-color: #499B9D;
}
</style>
border-color css
<style>
span { border-color: #499B9D; }
span { border-color: rgb(73,155,157); }
td.TdClassName
{
border-color: #499B9D;
}
.TagClassName
{
border-color: #499B9D;
}
</style>