Shades of Blue Zodiac #40485B
Tints of Blue Zodiac #40485B
RGB
CMYK
RGB Variations
Color information
#40485B (or 0x40485B) is known color: Blue Zodiac. HEX triplet: 40, 48 and 5B. RGB value is (64,72,91). Sum of RGB (Red+Green+Blue) = 64+72+91=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 91 - color contains mainly: blue. Hex color #40485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40485B is #BFB7A4. Grayscale: #474747. Windows color (decimal): -12564389 or 5982272. OLE color: 5982272.
HSL color Cylindrical-coordinate representation of color #40485B: hue angle of 222.22º 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 #40485B is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 72 | 91 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.64 |
| HSL | 222.22º | 0.17% | 0.3% | - |
| HSV(B) | 222.22º | 0.3% | 0.36% | - |
| XYZ | 6.32 | 6.48 | 10.82 | - |
| YUV | 71.77 | 138.85 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 91 | 0.30 | 0.21 | 0 | 0.64 | 222.22 | 0.17 | 0.3 |
| Hex | 40 | 48 | 5B | 1E | 15 | 0 | 40 | DE | 11 | 1E |
| Octal | 100 | 110 | 133 | 36 | 25 | 0 | 100 | 336 | 21 | 36 |
| Binary | 1000000 | 1001000 | 1011011 | 11110 | 10101 | 0 | 1000000 | 11011110 | 10001 | 11110 |
Color Harmonies of #40485B
Complementary color
Monochromatic Colors of #40485B
Black with #40485B
Text Example
Text Example
White with #40485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40485B; }
p { color: rgb(64,72,91); }
H1.HeaderClassName
{
color: #40485B;
}
.AnyTagClassName
{
color: #40485B;
}
</style>
background-color css
<style>
a { background-color: #40485B; }
a { background-color: rgb(64,72,91); }
div.DivClassName
{
background-color: #40485B;
}
.BgClassName
{
background-color: #40485B;
}
</style>
border-color css
<style>
span { border-color: #40485B; }
span { border-color: rgb(64,72,91); }
td.TdClassName
{
border-color: #40485B;
}
.TagClassName
{
border-color: #40485B;
}
</style>