Shades of Blue Chill #469995
Tints of Blue Chill #469995
RGB
CMYK
RGB Variations
Color information
#469995 (or 0x469995) is known color: Blue Chill. HEX triplet: 46, 99 and 95. RGB value is (70,153,149). Sum of RGB (Red+Green+Blue) = 70+153+149=372 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.82% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 153 - color contains mainly: green. Hex color #469995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469995 is #B9666A. Grayscale: #7F7F7F. Windows color (decimal): -12150379 or 9804102. OLE color: 9804102.
HSL color Cylindrical-coordinate representation of color #469995: hue angle of 177.11º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469995 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 149 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.4 |
| HSL | 177.11º | 0.37% | 0.44% | - |
| HSV(B) | 177.11º | 0.54% | 0.6% | - |
| XYZ | 19.34 | 26.25 | 32.48 | - |
| YUV | 127.73 | 140 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 149 | 0.54 | 0 | 0.03 | 0.4 | 177.11 | 0.37 | 0.44 |
| Hex | 46 | 99 | 95 | 36 | 0 | 3 | 28 | B1 | 25 | 2C |
| Octal | 106 | 231 | 225 | 66 | 0 | 3 | 50 | 261 | 45 | 54 |
| Binary | 1000110 | 10011001 | 10010101 | 110110 | 0 | 11 | 101000 | 10110001 | 100101 | 101100 |
Color Harmonies of #469995
Complementary color
Monochromatic Colors of #469995
Black with #469995
Text Example
Text Example
White with #469995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469995; }
p { color: rgb(70,153,149); }
H1.HeaderClassName
{
color: #469995;
}
.AnyTagClassName
{
color: #469995;
}
</style>
background-color css
<style>
a { background-color: #469995; }
a { background-color: rgb(70,153,149); }
div.DivClassName
{
background-color: #469995;
}
.BgClassName
{
background-color: #469995;
}
</style>
border-color css
<style>
span { border-color: #469995; }
span { border-color: rgb(70,153,149); }
td.TdClassName
{
border-color: #469995;
}
.TagClassName
{
border-color: #469995;
}
</style>