Shades of Blue Chill #41998E
Tints of Blue Chill #41998E
RGB
CMYK
RGB Variations
Color information
#41998E (or 0x41998E) is known color: Blue Chill. HEX triplet: 41, 99 and 8E. RGB value is (65,153,142). Sum of RGB (Red+Green+Blue) = 65+153+142=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #41998E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41998E is #BE6671. Grayscale: #7D7D7D. Windows color (decimal): -12478066 or 9345345. OLE color: 9345345.
HSL color Cylindrical-coordinate representation of color #41998E: hue angle of 172.5º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41998E is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 142 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.4 |
| HSL | 172.5º | 0.4% | 0.43% | - |
| HSV(B) | 172.5º | 0.58% | 0.6% | - |
| XYZ | 18.45 | 25.86 | 29.61 | - |
| YUV | 125.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 142 | 0.58 | 0 | 0.07 | 0.4 | 172.5 | 0.4 | 0.43 |
| Hex | 41 | 99 | 8E | 3A | 0 | 7 | 28 | AC | 28 | 2B |
| Octal | 101 | 231 | 216 | 72 | 0 | 7 | 50 | 254 | 50 | 53 |
| Binary | 1000001 | 10011001 | 10001110 | 111010 | 0 | 111 | 101000 | 10101100 | 101000 | 101011 |
Color Harmonies of #41998E
Complementary color
Monochromatic Colors of #41998E
Black with #41998E
Text Example
Text Example
White with #41998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41998E; }
p { color: rgb(65,153,142); }
H1.HeaderClassName
{
color: #41998E;
}
.AnyTagClassName
{
color: #41998E;
}
</style>
background-color css
<style>
a { background-color: #41998E; }
a { background-color: rgb(65,153,142); }
div.DivClassName
{
background-color: #41998E;
}
.BgClassName
{
background-color: #41998E;
}
</style>
border-color css
<style>
span { border-color: #41998E; }
span { border-color: rgb(65,153,142); }
td.TdClassName
{
border-color: #41998E;
}
.TagClassName
{
border-color: #41998E;
}
</style>