Shades of Blue Chill #469A97
Tints of Blue Chill #469A97
RGB
CMYK
RGB Variations
Color information
#469A97 (or 0x469A97) is known color: Blue Chill. HEX triplet: 46, 9A and 97. RGB value is (70,154,151). Sum of RGB (Red+Green+Blue) = 70+154+151=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 154 - color contains mainly: green. Hex color #469A97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469A97 is #B96568. Grayscale: #808080. Windows color (decimal): -12150121 or 9935430. OLE color: 9935430.
HSL color Cylindrical-coordinate representation of color #469A97: hue angle of 177.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A97 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 154 | 151 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.40 |
| HSL | 177.86º | 0.38% | 0.44% | - |
| HSV(B) | 177.86º | 0.55% | 0.6% | - |
| XYZ | 19.67 | 26.65 | 33.39 | - |
| YUV | 128.54 | 140.67 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 151 | 0.55 | 0 | 0.02 | 0.40 | 177.86 | 0.38 | 0.44 |
| Hex | 46 | 9A | 97 | 37 | 0 | 2 | 28 | B2 | 26 | 2C |
| Octal | 106 | 232 | 227 | 67 | 0 | 2 | 50 | 262 | 46 | 54 |
| Binary | 1000110 | 10011010 | 10010111 | 110111 | 0 | 10 | 101000 | 10110010 | 100110 | 101100 |
Color Harmonies of #469A97
Complementary color
Monochromatic Colors of #469A97
Black with #469A97
Text Example
Text Example
White with #469A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469A97; }
p { color: rgb(70,154,151); }
H1.HeaderClassName
{
color: #469A97;
}
.AnyTagClassName
{
color: #469A97;
}
</style>
background-color css
<style>
a { background-color: #469A97; }
a { background-color: rgb(70,154,151); }
div.DivClassName
{
background-color: #469A97;
}
.BgClassName
{
background-color: #469A97;
}
</style>
border-color css
<style>
span { border-color: #469A97; }
span { border-color: rgb(70,154,151); }
td.TdClassName
{
border-color: #469A97;
}
.TagClassName
{
border-color: #469A97;
}
</style>