Shades of Blue Chill #468A8E
Tints of Blue Chill #468A8E
RGB
CMYK
RGB Variations
Color information
#468A8E (or 0x468A8E) is known color: Blue Chill. HEX triplet: 46, 8A and 8E. RGB value is (70,138,142). Sum of RGB (Red+Green+Blue) = 70+138+142=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #468A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468A8E is #B97571. Grayscale: #767676. Windows color (decimal): -12154226 or 9341510. OLE color: 9341510.
HSL color Cylindrical-coordinate representation of color #468A8E: hue angle of 183.33º 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 #468A8E is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 138 | 142 | - |
| CMYK | 0.51 | 0.03 | 0 | 0.44 |
| HSL | 183.33º | 0.34% | 0.42% | - |
| HSV(B) | 183.33º | 0.51% | 0.56% | - |
| XYZ | 16.5 | 21.43 | 28.86 | - |
| YUV | 118.12 | 141.47 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 138 | 142 | 0.51 | 0.03 | 0 | 0.44 | 183.33 | 0.34 | 0.42 |
| Hex | 46 | 8A | 8E | 33 | 3 | 0 | 2C | B7 | 22 | 2A |
| Octal | 106 | 212 | 216 | 63 | 3 | 0 | 54 | 267 | 42 | 52 |
| Binary | 1000110 | 10001010 | 10001110 | 110011 | 11 | 0 | 101100 | 10110111 | 100010 | 101010 |
Color Harmonies of #468A8E
Complementary color
Monochromatic Colors of #468A8E
Black with #468A8E
Text Example
Text Example
White with #468A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468A8E; }
p { color: rgb(70,138,142); }
H1.HeaderClassName
{
color: #468A8E;
}
.AnyTagClassName
{
color: #468A8E;
}
</style>
background-color css
<style>
a { background-color: #468A8E; }
a { background-color: rgb(70,138,142); }
div.DivClassName
{
background-color: #468A8E;
}
.BgClassName
{
background-color: #468A8E;
}
</style>
border-color css
<style>
span { border-color: #468A8E; }
span { border-color: rgb(70,138,142); }
td.TdClassName
{
border-color: #468A8E;
}
.TagClassName
{
border-color: #468A8E;
}
</style>