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