Shades of Blue Chill #468E92
Tints of Blue Chill #468E92
RGB
CMYK
RGB Variations
Color information
#468E92 (or 0x468E92) is known color: Blue Chill. HEX triplet: 46, 8E and 92. RGB value is (70,142,146). Sum of RGB (Red+Green+Blue) = 70+142+146=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #468E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468E92 is #B9716D. Grayscale: #787878. Windows color (decimal): -12153198 or 9604678. OLE color: 9604678.
HSL color Cylindrical-coordinate representation of color #468E92: hue angle of 183.16º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #468E92 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 142 | 146 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.43 |
| HSL | 183.16º | 0.35% | 0.42% | - |
| HSV(B) | 183.16º | 0.52% | 0.57% | - |
| XYZ | 17.39 | 22.72 | 30.66 | - |
| YUV | 120.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 146 | 0.52 | 0.03 | 0 | 0.43 | 183.16 | 0.35 | 0.42 |
| Hex | 46 | 8E | 92 | 34 | 3 | 0 | 2B | B7 | 23 | 2A |
| Octal | 106 | 216 | 222 | 64 | 3 | 0 | 53 | 267 | 43 | 52 |
| Binary | 1000110 | 10001110 | 10010010 | 110100 | 11 | 0 | 101011 | 10110111 | 100011 | 101010 |
Color Harmonies of #468E92
Complementary color
Monochromatic Colors of #468E92
Black with #468E92
Text Example
Text Example
White with #468E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468E92; }
p { color: rgb(70,142,146); }
H1.HeaderClassName
{
color: #468E92;
}
.AnyTagClassName
{
color: #468E92;
}
</style>
background-color css
<style>
a { background-color: #468E92; }
a { background-color: rgb(70,142,146); }
div.DivClassName
{
background-color: #468E92;
}
.BgClassName
{
background-color: #468E92;
}
</style>
border-color css
<style>
span { border-color: #468E92; }
span { border-color: rgb(70,142,146); }
td.TdClassName
{
border-color: #468E92;
}
.TagClassName
{
border-color: #468E92;
}
</style>