Shades of Blue Chill #41999F
Tints of Blue Chill #41999F
RGB
CMYK
RGB Variations
Color information
#41999F (or 0x41999F) is known color: Blue Chill. HEX triplet: 41, 99 and 9F. RGB value is (65,153,159). Sum of RGB (Red+Green+Blue) = 65+153+159=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #41999F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41999F is #BE6660. Grayscale: #7F7F7F. Windows color (decimal): -12478049 or 10459457. OLE color: 10459457.
HSL color Cylindrical-coordinate representation of color #41999F: hue angle of 183.83º 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 #41999F is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 153 | 159 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.38 |
| HSL | 183.83º | 0.42% | 0.44% | - |
| HSV(B) | 183.83º | 0.59% | 0.62% | - |
| XYZ | 19.83 | 26.41 | 36.85 | - |
| YUV | 127.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 159 | 0.59 | 0.04 | 0 | 0.38 | 183.83 | 0.42 | 0.44 |
| Hex | 41 | 99 | 9F | 3B | 4 | 0 | 26 | B8 | 2A | 2C |
| Octal | 101 | 231 | 237 | 73 | 4 | 0 | 46 | 270 | 52 | 54 |
| Binary | 1000001 | 10011001 | 10011111 | 111011 | 100 | 0 | 100110 | 10111000 | 101010 | 101100 |
Color Harmonies of #41999F
Complementary color
Monochromatic Colors of #41999F
Black with #41999F
Text Example
Text Example
White with #41999F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41999F; }
p { color: rgb(65,153,159); }
H1.HeaderClassName
{
color: #41999F;
}
.AnyTagClassName
{
color: #41999F;
}
</style>
background-color css
<style>
a { background-color: #41999F; }
a { background-color: rgb(65,153,159); }
div.DivClassName
{
background-color: #41999F;
}
.BgClassName
{
background-color: #41999F;
}
</style>
border-color css
<style>
span { border-color: #41999F; }
span { border-color: rgb(65,153,159); }
td.TdClassName
{
border-color: #41999F;
}
.TagClassName
{
border-color: #41999F;
}
</style>