Shades of Blue Chill #468E93
Tints of Blue Chill #468E93
RGB
CMYK
RGB Variations
Color information
#468E93 (or 0x468E93) is known color: Blue Chill. HEX triplet: 46, 8E and 93. RGB value is (70,142,147). Sum of RGB (Red+Green+Blue) = 70+142+147=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #468E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468E93 is #B9716C. Grayscale: #787878. Windows color (decimal): -12153197 or 9670214. OLE color: 9670214.
HSL color Cylindrical-coordinate representation of color #468E93: hue angle of 183.9º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #468E93 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 142 | 147 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.42 |
| HSL | 183.9º | 0.35% | 0.43% | - |
| HSV(B) | 183.9º | 0.52% | 0.58% | - |
| XYZ | 17.47 | 22.75 | 31.08 | - |
| YUV | 121.04 | 142.65 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 142 | 147 | 0.52 | 0.03 | 0 | 0.42 | 183.9 | 0.35 | 0.43 |
| Hex | 46 | 8E | 93 | 34 | 3 | 0 | 2A | B8 | 23 | 2B |
| Octal | 106 | 216 | 223 | 64 | 3 | 0 | 52 | 270 | 43 | 53 |
| Binary | 1000110 | 10001110 | 10010011 | 110100 | 11 | 0 | 101010 | 10111000 | 100011 | 101011 |
Color Harmonies of #468E93
Complementary color
Monochromatic Colors of #468E93
Black with #468E93
Text Example
Text Example
White with #468E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468E93; }
p { color: rgb(70,142,147); }
H1.HeaderClassName
{
color: #468E93;
}
.AnyTagClassName
{
color: #468E93;
}
</style>
background-color css
<style>
a { background-color: #468E93; }
a { background-color: rgb(70,142,147); }
div.DivClassName
{
background-color: #468E93;
}
.BgClassName
{
background-color: #468E93;
}
</style>
border-color css
<style>
span { border-color: #468E93; }
span { border-color: rgb(70,142,147); }
td.TdClassName
{
border-color: #468E93;
}
.TagClassName
{
border-color: #468E93;
}
</style>