Shades of Blue Chill #418E92
Tints of Blue Chill #418E92
RGB
CMYK
RGB Variations
Color information
#418E92 (or 0x418E92) is known color: Blue Chill. HEX triplet: 41, 8E and 92. RGB value is (65,142,146). Sum of RGB (Red+Green+Blue) = 65+142+146=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #418E92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418E92 is #BE716D. Grayscale: #777777. Windows color (decimal): -12480878 or 9604673. OLE color: 9604673.
HSL color Cylindrical-coordinate representation of color #418E92: hue angle of 182.96º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418E92 is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 142 | 146 | - |
| CMYK | 0.55 | 0.03 | 0 | 0.43 |
| HSL | 182.96º | 0.38% | 0.41% | - |
| HSV(B) | 182.96º | 0.55% | 0.57% | - |
| XYZ | 17.04 | 22.55 | 30.65 | - |
| YUV | 119.43 | 142.99 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 142 | 146 | 0.55 | 0.03 | 0 | 0.43 | 182.96 | 0.38 | 0.41 |
| Hex | 41 | 8E | 92 | 37 | 3 | 0 | 2B | B7 | 26 | 29 |
| Octal | 101 | 216 | 222 | 67 | 3 | 0 | 53 | 267 | 46 | 51 |
| Binary | 1000001 | 10001110 | 10010010 | 110111 | 11 | 0 | 101011 | 10110111 | 100110 | 101001 |
Color Harmonies of #418E92
Complementary color
Monochromatic Colors of #418E92
Black with #418E92
Text Example
Text Example
White with #418E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418E92; }
p { color: rgb(65,142,146); }
H1.HeaderClassName
{
color: #418E92;
}
.AnyTagClassName
{
color: #418E92;
}
</style>
background-color css
<style>
a { background-color: #418E92; }
a { background-color: rgb(65,142,146); }
div.DivClassName
{
background-color: #418E92;
}
.BgClassName
{
background-color: #418E92;
}
</style>
border-color css
<style>
span { border-color: #418E92; }
span { border-color: rgb(65,142,146); }
td.TdClassName
{
border-color: #418E92;
}
.TagClassName
{
border-color: #418E92;
}
</style>