Shades of Blue Zodiac #40475B
Tints of Blue Zodiac #40475B
RGB
CMYK
RGB Variations
Color information
#40475B (or 0x40475B) is known color: Blue Zodiac. HEX triplet: 40, 47 and 5B. RGB value is (64,71,91). Sum of RGB (Red+Green+Blue) = 64+71+91=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #40475B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40475B is #BFB8A4. Grayscale: #474747. Windows color (decimal): -12564645 or 5982016. OLE color: 5982016.
HSL color Cylindrical-coordinate representation of color #40475B: hue angle of 224.44º 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 #40475B is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 71 | 91 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.64 |
| HSL | 224.44º | 0.17% | 0.3% | - |
| HSV(B) | 224.44º | 0.3% | 0.36% | - |
| XYZ | 6.26 | 6.35 | 10.79 | - |
| YUV | 71.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 91 | 0.30 | 0.22 | 0 | 0.64 | 224.44 | 0.17 | 0.3 |
| Hex | 40 | 47 | 5B | 1E | 16 | 0 | 40 | E0 | 11 | 1E |
| Octal | 100 | 107 | 133 | 36 | 26 | 0 | 100 | 340 | 21 | 36 |
| Binary | 1000000 | 1000111 | 1011011 | 11110 | 10110 | 0 | 1000000 | 11100000 | 10001 | 11110 |
Color Harmonies of #40475B
Complementary color
Monochromatic Colors of #40475B
Black with #40475B
Text Example
Text Example
White with #40475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40475B; }
p { color: rgb(64,71,91); }
H1.HeaderClassName
{
color: #40475B;
}
.AnyTagClassName
{
color: #40475B;
}
</style>
background-color css
<style>
a { background-color: #40475B; }
a { background-color: rgb(64,71,91); }
div.DivClassName
{
background-color: #40475B;
}
.BgClassName
{
background-color: #40475B;
}
</style>
border-color css
<style>
span { border-color: #40475B; }
span { border-color: rgb(64,71,91); }
td.TdClassName
{
border-color: #40475B;
}
.TagClassName
{
border-color: #40475B;
}
</style>