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