Shades of Blue Chill #468E90
Tints of Blue Chill #468E90
RGB
CMYK
RGB Variations
Color information
#468E90 (or 0x468E90) is known color: Blue Chill. HEX triplet: 46, 8E and 90. RGB value is (70,142,144). Sum of RGB (Red+Green+Blue) = 70+142+144=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #468E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468E90 is #B9716F. Grayscale: #787878. Windows color (decimal): -12153200 or 9473606. OLE color: 9473606.
HSL color Cylindrical-coordinate representation of color #468E90: hue angle of 181.62º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468E90 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 142 | 144 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.44 |
| HSL | 181.62º | 0.35% | 0.42% | - |
| HSV(B) | 181.62º | 0.51% | 0.56% | - |
| XYZ | 17.23 | 22.66 | 29.85 | - |
| YUV | 120.7 | 141.15 | 91.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 144 | 0.51 | 0.01 | 0 | 0.44 | 181.62 | 0.35 | 0.42 |
| Hex | 46 | 8E | 90 | 33 | 1 | 0 | 2C | B6 | 23 | 2A |
| Octal | 106 | 216 | 220 | 63 | 1 | 0 | 54 | 266 | 43 | 52 |
| Binary | 1000110 | 10001110 | 10010000 | 110011 | 1 | 0 | 101100 | 10110110 | 100011 | 101010 |
Color Harmonies of #468E90
Complementary color
Monochromatic Colors of #468E90
Black with #468E90
Text Example
Text Example
White with #468E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468E90; }
p { color: rgb(70,142,144); }
H1.HeaderClassName
{
color: #468E90;
}
.AnyTagClassName
{
color: #468E90;
}
</style>
background-color css
<style>
a { background-color: #468E90; }
a { background-color: rgb(70,142,144); }
div.DivClassName
{
background-color: #468E90;
}
.BgClassName
{
background-color: #468E90;
}
</style>
border-color css
<style>
span { border-color: #468E90; }
span { border-color: rgb(70,142,144); }
td.TdClassName
{
border-color: #468E90;
}
.TagClassName
{
border-color: #468E90;
}
</style>