Shades of Blue Chill #41969C
Tints of Blue Chill #41969C
RGB
CMYK
RGB Variations
Color information
#41969C (or 0x41969C) is known color: Blue Chill. HEX triplet: 41, 96 and 9C. RGB value is (65,150,156). Sum of RGB (Red+Green+Blue) = 65+150+156=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #41969C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41969C is #BE6963. Grayscale: #7D7D7D. Windows color (decimal): -12478820 or 10262081. OLE color: 10262081.
HSL color Cylindrical-coordinate representation of color #41969C: hue angle of 183.96º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41969C is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 150 | 156 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.39 |
| HSL | 183.96º | 0.41% | 0.43% | - |
| HSV(B) | 183.96º | 0.58% | 0.61% | - |
| XYZ | 19.09 | 25.34 | 35.34 | - |
| YUV | 125.27 | 145.34 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 150 | 156 | 0.58 | 0.04 | 0 | 0.39 | 183.96 | 0.41 | 0.43 |
| Hex | 41 | 96 | 9C | 3A | 4 | 0 | 27 | B8 | 29 | 2B |
| Octal | 101 | 226 | 234 | 72 | 4 | 0 | 47 | 270 | 51 | 53 |
| Binary | 1000001 | 10010110 | 10011100 | 111010 | 100 | 0 | 100111 | 10111000 | 101001 | 101011 |
Color Harmonies of #41969C
Complementary color
Monochromatic Colors of #41969C
Black with #41969C
Text Example
Text Example
White with #41969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41969C; }
p { color: rgb(65,150,156); }
H1.HeaderClassName
{
color: #41969C;
}
.AnyTagClassName
{
color: #41969C;
}
</style>
background-color css
<style>
a { background-color: #41969C; }
a { background-color: rgb(65,150,156); }
div.DivClassName
{
background-color: #41969C;
}
.BgClassName
{
background-color: #41969C;
}
</style>
border-color css
<style>
span { border-color: #41969C; }
span { border-color: rgb(65,150,156); }
td.TdClassName
{
border-color: #41969C;
}
.TagClassName
{
border-color: #41969C;
}
</style>