Shades of Blue Chill #469792
Tints of Blue Chill #469792
RGB
CMYK
RGB Variations
Color information
#469792 (or 0x469792) is known color: Blue Chill. HEX triplet: 46, 97 and 92. RGB value is (70,151,146). Sum of RGB (Red+Green+Blue) = 70+151+146=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 151 - color contains mainly: green. Hex color #469792 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469792 is #B9686D. Grayscale: #7E7E7E. Windows color (decimal): -12150894 or 9606982. OLE color: 9606982.
HSL color Cylindrical-coordinate representation of color #469792: hue angle of 176.3º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469792 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 151 | 146 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.41 |
| HSL | 176.3º | 0.37% | 0.43% | - |
| HSV(B) | 176.3º | 0.54% | 0.59% | - |
| XYZ | 18.78 | 25.51 | 31.13 | - |
| YUV | 126.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 151 | 146 | 0.54 | 0 | 0.03 | 0.41 | 176.3 | 0.37 | 0.43 |
| Hex | 46 | 97 | 92 | 36 | 0 | 3 | 29 | B0 | 25 | 2B |
| Octal | 106 | 227 | 222 | 66 | 0 | 3 | 51 | 260 | 45 | 53 |
| Binary | 1000110 | 10010111 | 10010010 | 110110 | 0 | 11 | 101001 | 10110000 | 100101 | 101011 |
Color Harmonies of #469792
Complementary color
Monochromatic Colors of #469792
Black with #469792
Text Example
Text Example
White with #469792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469792; }
p { color: rgb(70,151,146); }
H1.HeaderClassName
{
color: #469792;
}
.AnyTagClassName
{
color: #469792;
}
</style>
background-color css
<style>
a { background-color: #469792; }
a { background-color: rgb(70,151,146); }
div.DivClassName
{
background-color: #469792;
}
.BgClassName
{
background-color: #469792;
}
</style>
border-color css
<style>
span { border-color: #469792; }
span { border-color: rgb(70,151,146); }
td.TdClassName
{
border-color: #469792;
}
.TagClassName
{
border-color: #469792;
}
</style>