Shades of Blue Chill #409A93
Tints of Blue Chill #409A93
RGB
CMYK
RGB Variations
Color information
#409A93 (or 0x409A93) is known color: Blue Chill. HEX triplet: 40, 9A and 93. RGB value is (64,154,147). Sum of RGB (Red+Green+Blue) = 64+154+147=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #409A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409A93 is #BF656C. Grayscale: #7E7E7E. Windows color (decimal): -12543341 or 9673280. OLE color: 9673280.
HSL color Cylindrical-coordinate representation of color #409A93: hue angle of 175.33º degrees, saturation: 0.41, 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 #409A93 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 154 | 147 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.40 |
| HSL | 175.33º | 0.41% | 0.43% | - |
| HSV(B) | 175.33º | 0.58% | 0.6% | - |
| XYZ | 18.94 | 26.31 | 31.68 | - |
| YUV | 126.29 | 139.68 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 147 | 0.58 | 0 | 0.05 | 0.40 | 175.33 | 0.41 | 0.43 |
| Hex | 40 | 9A | 93 | 3A | 0 | 5 | 28 | AF | 29 | 2B |
| Octal | 100 | 232 | 223 | 72 | 0 | 5 | 50 | 257 | 51 | 53 |
| Binary | 1000000 | 10011010 | 10010011 | 111010 | 0 | 101 | 101000 | 10101111 | 101001 | 101011 |
Color Harmonies of #409A93
Complementary color
Monochromatic Colors of #409A93
Black with #409A93
Text Example
Text Example
White with #409A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409A93; }
p { color: rgb(64,154,147); }
H1.HeaderClassName
{
color: #409A93;
}
.AnyTagClassName
{
color: #409A93;
}
</style>
background-color css
<style>
a { background-color: #409A93; }
a { background-color: rgb(64,154,147); }
div.DivClassName
{
background-color: #409A93;
}
.BgClassName
{
background-color: #409A93;
}
</style>
border-color css
<style>
span { border-color: #409A93; }
span { border-color: rgb(64,154,147); }
td.TdClassName
{
border-color: #409A93;
}
.TagClassName
{
border-color: #409A93;
}
</style>