Shades of Blue Chill #41999E
Tints of Blue Chill #41999E
RGB
CMYK
RGB Variations
Color information
#41999E (or 0x41999E) is known color: Blue Chill. HEX triplet: 41, 99 and 9E. RGB value is (65,153,158). Sum of RGB (Red+Green+Blue) = 65+153+158=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #41999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41999E is #BE6661. Grayscale: #7F7F7F. Windows color (decimal): -12478050 or 10393921. OLE color: 10393921.
HSL color Cylindrical-coordinate representation of color #41999E: hue angle of 183.23º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41999E is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 153 | 158 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.38 |
| HSL | 183.23º | 0.42% | 0.44% | - |
| HSV(B) | 183.23º | 0.59% | 0.62% | - |
| XYZ | 19.74 | 26.37 | 36.4 | - |
| YUV | 127.26 | 145.35 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 158 | 0.59 | 0.03 | 0 | 0.38 | 183.23 | 0.42 | 0.44 |
| Hex | 41 | 99 | 9E | 3B | 3 | 0 | 26 | B7 | 2A | 2C |
| Octal | 101 | 231 | 236 | 73 | 3 | 0 | 46 | 267 | 52 | 54 |
| Binary | 1000001 | 10011001 | 10011110 | 111011 | 11 | 0 | 100110 | 10110111 | 101010 | 101100 |
Color Harmonies of #41999E
Complementary color
Monochromatic Colors of #41999E
Black with #41999E
Text Example
Text Example
White with #41999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41999E; }
p { color: rgb(65,153,158); }
H1.HeaderClassName
{
color: #41999E;
}
.AnyTagClassName
{
color: #41999E;
}
</style>
background-color css
<style>
a { background-color: #41999E; }
a { background-color: rgb(65,153,158); }
div.DivClassName
{
background-color: #41999E;
}
.BgClassName
{
background-color: #41999E;
}
</style>
border-color css
<style>
span { border-color: #41999E; }
span { border-color: rgb(65,153,158); }
td.TdClassName
{
border-color: #41999E;
}
.TagClassName
{
border-color: #41999E;
}
</style>