Shades of Blue Chill #469FA0
Tints of Blue Chill #469FA0
RGB
CMYK
RGB Variations
Color information
#469FA0 (or 0x469FA0) is known color: Blue Chill. HEX triplet: 46, 9F and A0. RGB value is (70,159,160). Sum of RGB (Red+Green+Blue) = 70+159+160=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #469FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469FA0 is #B9605F. Grayscale: #848484. Windows color (decimal): -12148832 or 10526534. OLE color: 10526534.
HSL color Cylindrical-coordinate representation of color #469FA0: hue angle of 180.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469FA0 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 70 | 159 | 160 | - |
| CMYK | 0.56 | 0.01 | 0 | 0.37 |
| HSL | 180.67º | 0.39% | 0.45% | - |
| HSV(B) | 180.67º | 0.56% | 0.63% | - |
| XYZ | 21.27 | 28.64 | 37.66 | - |
| YUV | 132.5 | 143.51 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 159 | 160 | 0.56 | 0.01 | 0 | 0.37 | 180.67 | 0.39 | 0.45 |
| Hex | 46 | 9F | A0 | 38 | 1 | 0 | 25 | B5 | 27 | 2D |
| Octal | 106 | 237 | 240 | 70 | 1 | 0 | 45 | 265 | 47 | 55 |
| Binary | 1000110 | 10011111 | 10100000 | 111000 | 1 | 0 | 100101 | 10110101 | 100111 | 101101 |
Color Harmonies of #469FA0
Complementary color
Monochromatic Colors of #469FA0
Black with #469FA0
Text Example
Text Example
White with #469FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469FA0; }
p { color: rgb(70,159,160); }
H1.HeaderClassName
{
color: #469FA0;
}
.AnyTagClassName
{
color: #469FA0;
}
</style>
background-color css
<style>
a { background-color: #469FA0; }
a { background-color: rgb(70,159,160); }
div.DivClassName
{
background-color: #469FA0;
}
.BgClassName
{
background-color: #469FA0;
}
</style>
border-color css
<style>
span { border-color: #469FA0; }
span { border-color: rgb(70,159,160); }
td.TdClassName
{
border-color: #469FA0;
}
.TagClassName
{
border-color: #469FA0;
}
</style>