Shades of Blue Chill #419399
Tints of Blue Chill #419399
RGB
CMYK
RGB Variations
Color information
#419399 (or 0x419399) is known color: Blue Chill. HEX triplet: 41, 93 and 99. RGB value is (65,147,153). Sum of RGB (Red+Green+Blue) = 65+147+153=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 153 - color contains mainly: blue. Hex color #419399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419399 is #BE6C66. Grayscale: #7B7B7B. Windows color (decimal): -12479591 or 10064705. OLE color: 10064705.
HSL color Cylindrical-coordinate representation of color #419399: hue angle of 184.09º 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 #419399 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 65 | 147 | 153 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.4 |
| HSL | 184.09º | 0.4% | 0.43% | - |
| HSV(B) | 184.09º | 0.58% | 0.6% | - |
| XYZ | 18.36 | 24.29 | 33.86 | - |
| YUV | 123.17 | 144.83 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 147 | 153 | 0.58 | 0.04 | 0 | 0.4 | 184.09 | 0.4 | 0.43 |
| Hex | 41 | 93 | 99 | 3A | 4 | 0 | 28 | B8 | 28 | 2B |
| Octal | 101 | 223 | 231 | 72 | 4 | 0 | 50 | 270 | 50 | 53 |
| Binary | 1000001 | 10010011 | 10011001 | 111010 | 100 | 0 | 101000 | 10111000 | 101000 | 101011 |
Color Harmonies of #419399
Complementary color
Monochromatic Colors of #419399
Black with #419399
Text Example
Text Example
White with #419399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419399; }
p { color: rgb(65,147,153); }
H1.HeaderClassName
{
color: #419399;
}
.AnyTagClassName
{
color: #419399;
}
</style>
background-color css
<style>
a { background-color: #419399; }
a { background-color: rgb(65,147,153); }
div.DivClassName
{
background-color: #419399;
}
.BgClassName
{
background-color: #419399;
}
</style>
border-color css
<style>
span { border-color: #419399; }
span { border-color: rgb(65,147,153); }
td.TdClassName
{
border-color: #419399;
}
.TagClassName
{
border-color: #419399;
}
</style>