Shades of Blue Chill #41959D
Tints of Blue Chill #41959D
RGB
CMYK
RGB Variations
Color information
#41959D (or 0x41959D) is known color: Blue Chill. HEX triplet: 41, 95 and 9D. RGB value is (65,149,157). Sum of RGB (Red+Green+Blue) = 65+149+157=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #41959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41959D is #BE6A62. Grayscale: #7C7C7C. Windows color (decimal): -12479075 or 10327361. OLE color: 10327361.
HSL color Cylindrical-coordinate representation of color #41959D: hue angle of 185.22º degrees, saturation: 0.41, 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 #41959D is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 149 | 157 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.38 |
| HSL | 185.22º | 0.41% | 0.44% | - |
| HSV(B) | 185.22º | 0.59% | 0.62% | - |
| XYZ | 19.01 | 25.05 | 35.73 | - |
| YUV | 124.8 | 146.17 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 149 | 157 | 0.59 | 0.05 | 0 | 0.38 | 185.22 | 0.41 | 0.44 |
| Hex | 41 | 95 | 9D | 3B | 5 | 0 | 26 | B9 | 29 | 2C |
| Octal | 101 | 225 | 235 | 73 | 5 | 0 | 46 | 271 | 51 | 54 |
| Binary | 1000001 | 10010101 | 10011101 | 111011 | 101 | 0 | 100110 | 10111001 | 101001 | 101100 |
Color Harmonies of #41959D
Complementary color
Monochromatic Colors of #41959D
Black with #41959D
Text Example
Text Example
White with #41959D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41959D; }
p { color: rgb(65,149,157); }
H1.HeaderClassName
{
color: #41959D;
}
.AnyTagClassName
{
color: #41959D;
}
</style>
background-color css
<style>
a { background-color: #41959D; }
a { background-color: rgb(65,149,157); }
div.DivClassName
{
background-color: #41959D;
}
.BgClassName
{
background-color: #41959D;
}
</style>
border-color css
<style>
span { border-color: #41959D; }
span { border-color: rgb(65,149,157); }
td.TdClassName
{
border-color: #41959D;
}
.TagClassName
{
border-color: #41959D;
}
</style>