Shades of Blue Chill #469990
Tints of Blue Chill #469990
RGB
CMYK
RGB Variations
Color information
#469990 (or 0x469990) is known color: Blue Chill. HEX triplet: 46, 99 and 90. RGB value is (70,153,144). Sum of RGB (Red+Green+Blue) = 70+153+144=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #469990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469990 is #B9666F. Grayscale: #7F7F7F. Windows color (decimal): -12150384 or 9476422. OLE color: 9476422.
HSL color Cylindrical-coordinate representation of color #469990: hue angle of 173.49º 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 #469990 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 144 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.4 |
| HSL | 173.49º | 0.37% | 0.44% | - |
| HSV(B) | 173.49º | 0.54% | 0.6% | - |
| XYZ | 18.95 | 26.1 | 30.42 | - |
| YUV | 127.16 | 137.5 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 144 | 0.54 | 0 | 0.06 | 0.4 | 173.49 | 0.37 | 0.44 |
| Hex | 46 | 99 | 90 | 36 | 0 | 6 | 28 | AD | 25 | 2C |
| Octal | 106 | 231 | 220 | 66 | 0 | 6 | 50 | 255 | 45 | 54 |
| Binary | 1000110 | 10011001 | 10010000 | 110110 | 0 | 110 | 101000 | 10101101 | 100101 | 101100 |
Color Harmonies of #469990
Complementary color
Monochromatic Colors of #469990
Black with #469990
Text Example
Text Example
White with #469990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469990; }
p { color: rgb(70,153,144); }
H1.HeaderClassName
{
color: #469990;
}
.AnyTagClassName
{
color: #469990;
}
</style>
background-color css
<style>
a { background-color: #469990; }
a { background-color: rgb(70,153,144); }
div.DivClassName
{
background-color: #469990;
}
.BgClassName
{
background-color: #469990;
}
</style>
border-color css
<style>
span { border-color: #469990; }
span { border-color: rgb(70,153,144); }
td.TdClassName
{
border-color: #469990;
}
.TagClassName
{
border-color: #469990;
}
</style>