Shades of Blue Zodiac #40485E
Tints of Blue Zodiac #40485E
RGB
CMYK
RGB Variations
Color information
#40485E (or 0x40485E) is known color: Blue Zodiac. HEX triplet: 40, 48 and 5E. RGB value is (64,72,94). Sum of RGB (Red+Green+Blue) = 64+72+94=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 94 - color contains mainly: blue. Hex color #40485E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40485E is #BFB7A1. Grayscale: #484848. Windows color (decimal): -12564386 or 6178880. OLE color: 6178880.
HSL color Cylindrical-coordinate representation of color #40485E: hue angle of 224º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #40485E is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 72 | 94 | - |
| CMYK | 0.32 | 0.23 | 0 | 0.63 |
| HSL | 224º | 0.19% | 0.31% | - |
| HSV(B) | 224º | 0.32% | 0.37% | - |
| XYZ | 6.45 | 6.53 | 11.51 | - |
| YUV | 72.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 94 | 0.32 | 0.23 | 0 | 0.63 | 224 | 0.19 | 0.31 |
| Hex | 40 | 48 | 5E | 20 | 17 | 0 | 3F | E0 | 13 | 1F |
| Octal | 100 | 110 | 136 | 40 | 27 | 0 | 77 | 340 | 23 | 37 |
| Binary | 1000000 | 1001000 | 1011110 | 100000 | 10111 | 0 | 111111 | 11100000 | 10011 | 11111 |
Color Harmonies of #40485E
Complementary color
Monochromatic Colors of #40485E
Black with #40485E
Text Example
Text Example
White with #40485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40485E; }
p { color: rgb(64,72,94); }
H1.HeaderClassName
{
color: #40485E;
}
.AnyTagClassName
{
color: #40485E;
}
</style>
background-color css
<style>
a { background-color: #40485E; }
a { background-color: rgb(64,72,94); }
div.DivClassName
{
background-color: #40485E;
}
.BgClassName
{
background-color: #40485E;
}
</style>
border-color css
<style>
span { border-color: #40485E; }
span { border-color: rgb(64,72,94); }
td.TdClassName
{
border-color: #40485E;
}
.TagClassName
{
border-color: #40485E;
}
</style>