Shades of Blue Zodiac #40495B
Tints of Blue Zodiac #40495B
RGB
CMYK
RGB Variations
Color information
#40495B (or 0x40495B) is known color: Blue Zodiac. HEX triplet: 40, 49 and 5B. RGB value is (64,73,91). Sum of RGB (Red+Green+Blue) = 64+73+91=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #40495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40495B is #BFB6A4. Grayscale: #484848. Windows color (decimal): -12564133 or 5982528. OLE color: 5982528.
HSL color Cylindrical-coordinate representation of color #40495B: hue angle of 220º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40495B is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 73 | 91 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.64 |
| HSL | 220º | 0.17% | 0.3% | - |
| HSV(B) | 220º | 0.3% | 0.36% | - |
| XYZ | 6.39 | 6.61 | 10.84 | - |
| YUV | 72.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 91 | 0.30 | 0.20 | 0 | 0.64 | 220 | 0.17 | 0.3 |
| Hex | 40 | 49 | 5B | 1E | 14 | 0 | 40 | DC | 11 | 1E |
| Octal | 100 | 111 | 133 | 36 | 24 | 0 | 100 | 334 | 21 | 36 |
| Binary | 1000000 | 1001001 | 1011011 | 11110 | 10100 | 0 | 1000000 | 11011100 | 10001 | 11110 |
Color Harmonies of #40495B
Complementary color
Monochromatic Colors of #40495B
Black with #40495B
Text Example
Text Example
White with #40495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40495B; }
p { color: rgb(64,73,91); }
H1.HeaderClassName
{
color: #40495B;
}
.AnyTagClassName
{
color: #40495B;
}
</style>
background-color css
<style>
a { background-color: #40495B; }
a { background-color: rgb(64,73,91); }
div.DivClassName
{
background-color: #40495B;
}
.BgClassName
{
background-color: #40495B;
}
</style>
border-color css
<style>
span { border-color: #40495B; }
span { border-color: rgb(64,73,91); }
td.TdClassName
{
border-color: #40495B;
}
.TagClassName
{
border-color: #40495B;
}
</style>