Shades of Blue Chill #469997
Tints of Blue Chill #469997
RGB
CMYK
RGB Variations
Color information
#469997 (or 0x469997) is known color: Blue Chill. HEX triplet: 46, 99 and 97. RGB value is (70,153,151). Sum of RGB (Red+Green+Blue) = 70+153+151=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #469997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469997 is #B96668. Grayscale: #7F7F7F. Windows color (decimal): -12150377 or 9935174. OLE color: 9935174.
HSL color Cylindrical-coordinate representation of color #469997: hue angle of 178.55º 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 #469997 is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 151 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.4 |
| HSL | 178.55º | 0.37% | 0.44% | - |
| HSV(B) | 178.55º | 0.54% | 0.6% | - |
| XYZ | 19.5 | 26.32 | 33.33 | - |
| YUV | 127.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 151 | 0.54 | 0 | 0.01 | 0.4 | 178.55 | 0.37 | 0.44 |
| Hex | 46 | 99 | 97 | 36 | 0 | 1 | 28 | B3 | 25 | 2C |
| Octal | 106 | 231 | 227 | 66 | 0 | 1 | 50 | 263 | 45 | 54 |
| Binary | 1000110 | 10011001 | 10010111 | 110110 | 0 | 1 | 101000 | 10110011 | 100101 | 101100 |
Color Harmonies of #469997
Complementary color
Monochromatic Colors of #469997
Black with #469997
Text Example
Text Example
White with #469997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469997; }
p { color: rgb(70,153,151); }
H1.HeaderClassName
{
color: #469997;
}
.AnyTagClassName
{
color: #469997;
}
</style>
background-color css
<style>
a { background-color: #469997; }
a { background-color: rgb(70,153,151); }
div.DivClassName
{
background-color: #469997;
}
.BgClassName
{
background-color: #469997;
}
</style>
border-color css
<style>
span { border-color: #469997; }
span { border-color: rgb(70,153,151); }
td.TdClassName
{
border-color: #469997;
}
.TagClassName
{
border-color: #469997;
}
</style>