Shades of Blue Chill #41968F
Tints of Blue Chill #41968F
RGB
CMYK
RGB Variations
Color information
#41968F (or 0x41968F) is known color: Blue Chill. HEX triplet: 41, 96 and 8F. RGB value is (65,150,143). Sum of RGB (Red+Green+Blue) = 65+150+143=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 150 - color contains mainly: green. Hex color #41968F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41968F is #BE6970. Grayscale: #7B7B7B. Windows color (decimal): -12478833 or 9410113. OLE color: 9410113.
HSL color Cylindrical-coordinate representation of color #41968F: hue angle of 175.06º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41968F is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 65 | 150 | 143 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.41 |
| HSL | 175.06º | 0.4% | 0.42% | - |
| HSV(B) | 175.06º | 0.57% | 0.59% | - |
| XYZ | 18.04 | 24.92 | 29.85 | - |
| YUV | 123.79 | 138.84 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 150 | 143 | 0.57 | 0 | 0.05 | 0.41 | 175.06 | 0.4 | 0.42 |
| Hex | 41 | 96 | 8F | 39 | 0 | 5 | 29 | AF | 28 | 2A |
| Octal | 101 | 226 | 217 | 71 | 0 | 5 | 51 | 257 | 50 | 52 |
| Binary | 1000001 | 10010110 | 10001111 | 111001 | 0 | 101 | 101001 | 10101111 | 101000 | 101010 |
Color Harmonies of #41968F
Complementary color
Monochromatic Colors of #41968F
Black with #41968F
Text Example
Text Example
White with #41968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41968F; }
p { color: rgb(65,150,143); }
H1.HeaderClassName
{
color: #41968F;
}
.AnyTagClassName
{
color: #41968F;
}
</style>
background-color css
<style>
a { background-color: #41968F; }
a { background-color: rgb(65,150,143); }
div.DivClassName
{
background-color: #41968F;
}
.BgClassName
{
background-color: #41968F;
}
</style>
border-color css
<style>
span { border-color: #41968F; }
span { border-color: rgb(65,150,143); }
td.TdClassName
{
border-color: #41968F;
}
.TagClassName
{
border-color: #41968F;
}
</style>