Shades of Blue Chill #419992
Tints of Blue Chill #419992
RGB
CMYK
RGB Variations
Color information
#419992 (or 0x419992) is known color: Blue Chill. HEX triplet: 41, 99 and 92. RGB value is (65,153,146). Sum of RGB (Red+Green+Blue) = 65+153+146=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #419992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419992 is #BE666D. Grayscale: #7D7D7D. Windows color (decimal): -12478062 or 9607489. OLE color: 9607489.
HSL color Cylindrical-coordinate representation of color #419992: hue angle of 175.23º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419992 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 146 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.4 |
| HSL | 175.23º | 0.4% | 0.43% | - |
| HSV(B) | 175.23º | 0.58% | 0.6% | - |
| XYZ | 18.76 | 25.98 | 31.22 | - |
| YUV | 125.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 146 | 0.58 | 0 | 0.05 | 0.4 | 175.23 | 0.4 | 0.43 |
| Hex | 41 | 99 | 92 | 3A | 0 | 5 | 28 | AF | 28 | 2B |
| Octal | 101 | 231 | 222 | 72 | 0 | 5 | 50 | 257 | 50 | 53 |
| Binary | 1000001 | 10011001 | 10010010 | 111010 | 0 | 101 | 101000 | 10101111 | 101000 | 101011 |
Color Harmonies of #419992
Complementary color
Monochromatic Colors of #419992
Black with #419992
Text Example
Text Example
White with #419992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419992; }
p { color: rgb(65,153,146); }
H1.HeaderClassName
{
color: #419992;
}
.AnyTagClassName
{
color: #419992;
}
</style>
background-color css
<style>
a { background-color: #419992; }
a { background-color: rgb(65,153,146); }
div.DivClassName
{
background-color: #419992;
}
.BgClassName
{
background-color: #419992;
}
</style>
border-color css
<style>
span { border-color: #419992; }
span { border-color: rgb(65,153,146); }
td.TdClassName
{
border-color: #419992;
}
.TagClassName
{
border-color: #419992;
}
</style>