Shades of Blue Chill #468C8C
Tints of Blue Chill #468C8C
RGB
CMYK
RGB Variations
Color information
#468C8C (or 0x468C8C) is known color: Blue Chill. HEX triplet: 46, 8C and 8C. RGB value is (70,140,140). Sum of RGB (Red+Green+Blue) = 70+140+140=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: green, blue. Hex color #468C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C8C is #B97373. Grayscale: #777777. Windows color (decimal): -12153716 or 9210950. OLE color: 9210950.
HSL color Cylindrical-coordinate representation of color #468C8C: hue angle of 180º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468C8C is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 140 | 140 | - |
| CMYK | 0.50 | 0 | 0 | 0.45 |
| HSL | 180º | 0.33% | 0.41% | - |
| HSV(B) | 180º | 0.5% | 0.55% | - |
| XYZ | 16.64 | 21.95 | 28.17 | - |
| YUV | 119.07 | 139.81 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 140 | 0.50 | 0 | 0 | 0.45 | 180 | 0.33 | 0.41 |
| Hex | 46 | 8C | 8C | 32 | 0 | 0 | 2D | B4 | 21 | 29 |
| Octal | 106 | 214 | 214 | 62 | 0 | 0 | 55 | 264 | 41 | 51 |
| Binary | 1000110 | 10001100 | 10001100 | 110010 | 0 | 0 | 101101 | 10110100 | 100001 | 101001 |
Color Harmonies of #468C8C
Complementary color
Monochromatic Colors of #468C8C
Black with #468C8C
Text Example
Text Example
White with #468C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C8C; }
p { color: rgb(70,140,140); }
H1.HeaderClassName
{
color: #468C8C;
}
.AnyTagClassName
{
color: #468C8C;
}
</style>
background-color css
<style>
a { background-color: #468C8C; }
a { background-color: rgb(70,140,140); }
div.DivClassName
{
background-color: #468C8C;
}
.BgClassName
{
background-color: #468C8C;
}
</style>
border-color css
<style>
span { border-color: #468C8C; }
span { border-color: rgb(70,140,140); }
td.TdClassName
{
border-color: #468C8C;
}
.TagClassName
{
border-color: #468C8C;
}
</style>