Shades of Blue Chill #419998
Tints of Blue Chill #419998
RGB
CMYK
RGB Variations
Color information
#419998 (or 0x419998) is known color: Blue Chill. HEX triplet: 41, 99 and 98. RGB value is (65,153,152). Sum of RGB (Red+Green+Blue) = 65+153+152=370 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.57% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 153 - color contains mainly: green. Hex color #419998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419998 is #BE6667. Grayscale: #7E7E7E. Windows color (decimal): -12478056 or 10000705. OLE color: 10000705.
HSL color Cylindrical-coordinate representation of color #419998: hue angle of 179.32º 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 #419998 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 153 | 152 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.4 |
| HSL | 179.32º | 0.4% | 0.43% | - |
| HSV(B) | 179.32º | 0.58% | 0.6% | - |
| XYZ | 19.24 | 26.17 | 33.74 | - |
| YUV | 126.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 153 | 152 | 0.58 | 0 | 0.01 | 0.4 | 179.32 | 0.4 | 0.43 |
| Hex | 41 | 99 | 98 | 3A | 0 | 1 | 28 | B3 | 28 | 2B |
| Octal | 101 | 231 | 230 | 72 | 0 | 1 | 50 | 263 | 50 | 53 |
| Binary | 1000001 | 10011001 | 10011000 | 111010 | 0 | 1 | 101000 | 10110011 | 101000 | 101011 |
Color Harmonies of #419998
Complementary color
Monochromatic Colors of #419998
Black with #419998
Text Example
Text Example
White with #419998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419998; }
p { color: rgb(65,153,152); }
H1.HeaderClassName
{
color: #419998;
}
.AnyTagClassName
{
color: #419998;
}
</style>
background-color css
<style>
a { background-color: #419998; }
a { background-color: rgb(65,153,152); }
div.DivClassName
{
background-color: #419998;
}
.BgClassName
{
background-color: #419998;
}
</style>
border-color css
<style>
span { border-color: #419998; }
span { border-color: rgb(65,153,152); }
td.TdClassName
{
border-color: #419998;
}
.TagClassName
{
border-color: #419998;
}
</style>