Shades of Blue Chill #468C8F
Tints of Blue Chill #468C8F
RGB
CMYK
RGB Variations
Color information
#468C8F (or 0x468C8F) is known color: Blue Chill. HEX triplet: 46, 8C and 8F. RGB value is (70,140,143). Sum of RGB (Red+Green+Blue) = 70+140+143=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 143 - color contains mainly: blue. Hex color #468C8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #468C8F is #B97370. Grayscale: #777777. Windows color (decimal): -12153713 or 9407558. OLE color: 9407558.
HSL color Cylindrical-coordinate representation of color #468C8F: hue angle of 182.47º 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 #468C8F is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 140 | 143 | - |
| CMYK | 0.51 | 0.02 | 0 | 0.44 |
| HSL | 182.47º | 0.34% | 0.42% | - |
| HSV(B) | 182.47º | 0.51% | 0.56% | - |
| XYZ | 16.86 | 22.04 | 29.35 | - |
| YUV | 119.41 | 141.31 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 140 | 143 | 0.51 | 0.02 | 0 | 0.44 | 182.47 | 0.34 | 0.42 |
| Hex | 46 | 8C | 8F | 33 | 2 | 0 | 2C | B6 | 22 | 2A |
| Octal | 106 | 214 | 217 | 63 | 2 | 0 | 54 | 266 | 42 | 52 |
| Binary | 1000110 | 10001100 | 10001111 | 110011 | 10 | 0 | 101100 | 10110110 | 100010 | 101010 |
Color Harmonies of #468C8F
Complementary color
Monochromatic Colors of #468C8F
Black with #468C8F
Text Example
Text Example
White with #468C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468C8F; }
p { color: rgb(70,140,143); }
H1.HeaderClassName
{
color: #468C8F;
}
.AnyTagClassName
{
color: #468C8F;
}
</style>
background-color css
<style>
a { background-color: #468C8F; }
a { background-color: rgb(70,140,143); }
div.DivClassName
{
background-color: #468C8F;
}
.BgClassName
{
background-color: #468C8F;
}
</style>
border-color css
<style>
span { border-color: #468C8F; }
span { border-color: rgb(70,140,143); }
td.TdClassName
{
border-color: #468C8F;
}
.TagClassName
{
border-color: #468C8F;
}
</style>