Shades of Blue Chill #418E8C
Tints of Blue Chill #418E8C
RGB
CMYK
RGB Variations
Color information
#418E8C (or 0x418E8C) is known color: Blue Chill. HEX triplet: 41, 8E and 8C. RGB value is (65,142,140). Sum of RGB (Red+Green+Blue) = 65+142+140=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 142 - color contains mainly: green. Hex color #418E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418E8C is #BE7173. Grayscale: #767676. Windows color (decimal): -12480884 or 9211457. OLE color: 9211457.
HSL color Cylindrical-coordinate representation of color #418E8C: hue angle of 178.44º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418E8C is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 142 | 140 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.44 |
| HSL | 178.44º | 0.37% | 0.41% | - |
| HSV(B) | 178.44º | 0.54% | 0.56% | - |
| XYZ | 16.59 | 22.36 | 28.25 | - |
| YUV | 118.75 | 139.99 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 142 | 140 | 0.54 | 0 | 0.01 | 0.44 | 178.44 | 0.37 | 0.41 |
| Hex | 41 | 8E | 8C | 36 | 0 | 1 | 2C | B2 | 25 | 29 |
| Octal | 101 | 216 | 214 | 66 | 0 | 1 | 54 | 262 | 45 | 51 |
| Binary | 1000001 | 10001110 | 10001100 | 110110 | 0 | 1 | 101100 | 10110010 | 100101 | 101001 |
Color Harmonies of #418E8C
Complementary color
Monochromatic Colors of #418E8C
Black with #418E8C
Text Example
Text Example
White with #418E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418E8C; }
p { color: rgb(65,142,140); }
H1.HeaderClassName
{
color: #418E8C;
}
.AnyTagClassName
{
color: #418E8C;
}
</style>
background-color css
<style>
a { background-color: #418E8C; }
a { background-color: rgb(65,142,140); }
div.DivClassName
{
background-color: #418E8C;
}
.BgClassName
{
background-color: #418E8C;
}
</style>
border-color css
<style>
span { border-color: #418E8C; }
span { border-color: rgb(65,142,140); }
td.TdClassName
{
border-color: #418E8C;
}
.TagClassName
{
border-color: #418E8C;
}
</style>