Shades of Blue Chill #468C8E
Tints of Blue Chill #468C8E
RGB
CMYK
RGB Variations
Color information
#468C8E (or 0x468C8E) is known color: Blue Chill. HEX triplet: 46, 8C and 8E. RGB value is (70,140,142). Sum of RGB (Red+Green+Blue) = 70+140+142=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #468C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C8E is #B97371. Grayscale: #777777. Windows color (decimal): -12153714 or 9342022. OLE color: 9342022.
HSL color Cylindrical-coordinate representation of color #468C8E: hue angle of 181.67º degrees, saturation: 0.34, 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 #468C8E is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 140 | 142 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.44 |
| HSL | 181.67º | 0.34% | 0.42% | - |
| HSV(B) | 181.67º | 0.51% | 0.56% | - |
| XYZ | 16.79 | 22.01 | 28.96 | - |
| YUV | 119.3 | 140.81 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 142 | 0.51 | 0.01 | 0 | 0.44 | 181.67 | 0.34 | 0.42 |
| Hex | 46 | 8C | 8E | 33 | 1 | 0 | 2C | B6 | 22 | 2A |
| Octal | 106 | 214 | 216 | 63 | 1 | 0 | 54 | 266 | 42 | 52 |
| Binary | 1000110 | 10001100 | 10001110 | 110011 | 1 | 0 | 101100 | 10110110 | 100010 | 101010 |
Color Harmonies of #468C8E
Complementary color
Monochromatic Colors of #468C8E
Black with #468C8E
Text Example
Text Example
White with #468C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C8E; }
p { color: rgb(70,140,142); }
H1.HeaderClassName
{
color: #468C8E;
}
.AnyTagClassName
{
color: #468C8E;
}
</style>
background-color css
<style>
a { background-color: #468C8E; }
a { background-color: rgb(70,140,142); }
div.DivClassName
{
background-color: #468C8E;
}
.BgClassName
{
background-color: #468C8E;
}
</style>
border-color css
<style>
span { border-color: #468C8E; }
span { border-color: rgb(70,140,142); }
td.TdClassName
{
border-color: #468C8E;
}
.TagClassName
{
border-color: #468C8E;
}
</style>