Shades of Blue Chill #409393
Tints of Blue Chill #409393
RGB
CMYK
RGB Variations
Color information
#409393 (or 0x409393) is known color: Blue Chill. HEX triplet: 40, 93 and 93. RGB value is (64,147,147). Sum of RGB (Red+Green+Blue) = 64+147+147=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 147 (57.81% from 255 or 41.06% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #409393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409393 is #BF6C6C. Grayscale: #7A7A7A. Windows color (decimal): -12545133 or 9671488. OLE color: 9671488.
HSL color Cylindrical-coordinate representation of color #409393: hue angle of 180º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409393 is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 64 | 147 | 147 | - |
| CMYK | 0.56 | 0 | 0 | 0.42 |
| HSL | 180º | 0.39% | 0.41% | - |
| HSV(B) | 180º | 0.56% | 0.58% | - |
| XYZ | 17.81 | 24.06 | 31.31 | - |
| YUV | 122.18 | 142 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 147 | 147 | 0.56 | 0 | 0 | 0.42 | 180 | 0.39 | 0.41 |
| Hex | 40 | 93 | 93 | 38 | 0 | 0 | 2A | B4 | 27 | 29 |
| Octal | 100 | 223 | 223 | 70 | 0 | 0 | 52 | 264 | 47 | 51 |
| Binary | 1000000 | 10010011 | 10010011 | 111000 | 0 | 0 | 101010 | 10110100 | 100111 | 101001 |
Color Harmonies of #409393
Complementary color
Monochromatic Colors of #409393
Black with #409393
Text Example
Text Example
White with #409393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409393; }
p { color: rgb(64,147,147); }
H1.HeaderClassName
{
color: #409393;
}
.AnyTagClassName
{
color: #409393;
}
</style>
background-color css
<style>
a { background-color: #409393; }
a { background-color: rgb(64,147,147); }
div.DivClassName
{
background-color: #409393;
}
.BgClassName
{
background-color: #409393;
}
</style>
border-color css
<style>
span { border-color: #409393; }
span { border-color: rgb(64,147,147); }
td.TdClassName
{
border-color: #409393;
}
.TagClassName
{
border-color: #409393;
}
</style>