Shades of Blue Chill #469992
Tints of Blue Chill #469992
RGB
CMYK
RGB Variations
Color information
#469992 (or 0x469992) is known color: Blue Chill. HEX triplet: 46, 99 and 92. RGB value is (70,153,146). Sum of RGB (Red+Green+Blue) = 70+153+146=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 153 - color contains mainly: green. Hex color #469992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469992 is #B9666D. Grayscale: #7F7F7F. Windows color (decimal): -12150382 or 9607494. OLE color: 9607494.
HSL color Cylindrical-coordinate representation of color #469992: hue angle of 174.94º 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 #469992 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 146 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.4 |
| HSL | 174.94º | 0.37% | 0.44% | - |
| HSV(B) | 174.94º | 0.54% | 0.6% | - |
| XYZ | 19.11 | 26.16 | 31.24 | - |
| YUV | 127.39 | 138.5 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 146 | 0.54 | 0 | 0.05 | 0.4 | 174.94 | 0.37 | 0.44 |
| Hex | 46 | 99 | 92 | 36 | 0 | 5 | 28 | AF | 25 | 2C |
| Octal | 106 | 231 | 222 | 66 | 0 | 5 | 50 | 257 | 45 | 54 |
| Binary | 1000110 | 10011001 | 10010010 | 110110 | 0 | 101 | 101000 | 10101111 | 100101 | 101100 |
Color Harmonies of #469992
Complementary color
Monochromatic Colors of #469992
Black with #469992
Text Example
Text Example
White with #469992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469992; }
p { color: rgb(70,153,146); }
H1.HeaderClassName
{
color: #469992;
}
.AnyTagClassName
{
color: #469992;
}
</style>
background-color css
<style>
a { background-color: #469992; }
a { background-color: rgb(70,153,146); }
div.DivClassName
{
background-color: #469992;
}
.BgClassName
{
background-color: #469992;
}
</style>
border-color css
<style>
span { border-color: #469992; }
span { border-color: rgb(70,153,146); }
td.TdClassName
{
border-color: #469992;
}
.TagClassName
{
border-color: #469992;
}
</style>