Shades of Blue Zodiac #40475A
Tints of Blue Zodiac #40475A
RGB
CMYK
RGB Variations
Color information
#40475A (or 0x40475A) is known color: Blue Zodiac. HEX triplet: 40, 47 and 5A. RGB value is (64,71,90). Sum of RGB (Red+Green+Blue) = 64+71+90=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #40475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40475A is #BFB8A5. Grayscale: #464646. Windows color (decimal): -12564646 or 5916480. OLE color: 5916480.
HSL color Cylindrical-coordinate representation of color #40475A: hue angle of 223.85º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #40475A is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 71 | 90 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.65 |
| HSL | 223.85º | 0.17% | 0.3% | - |
| HSV(B) | 223.85º | 0.29% | 0.35% | - |
| XYZ | 6.21 | 6.33 | 10.57 | - |
| YUV | 71.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 71 | 90 | 0.29 | 0.21 | 0 | 0.65 | 223.85 | 0.17 | 0.3 |
| Hex | 40 | 47 | 5A | 1D | 15 | 0 | 41 | E0 | 11 | 1E |
| Octal | 100 | 107 | 132 | 35 | 25 | 0 | 101 | 340 | 21 | 36 |
| Binary | 1000000 | 1000111 | 1011010 | 11101 | 10101 | 0 | 1000001 | 11100000 | 10001 | 11110 |
Color Harmonies of #40475A
Complementary color
Monochromatic Colors of #40475A
Black with #40475A
Text Example
Text Example
White with #40475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40475A; }
p { color: rgb(64,71,90); }
H1.HeaderClassName
{
color: #40475A;
}
.AnyTagClassName
{
color: #40475A;
}
</style>
background-color css
<style>
a { background-color: #40475A; }
a { background-color: rgb(64,71,90); }
div.DivClassName
{
background-color: #40475A;
}
.BgClassName
{
background-color: #40475A;
}
</style>
border-color css
<style>
span { border-color: #40475A; }
span { border-color: rgb(64,71,90); }
td.TdClassName
{
border-color: #40475A;
}
.TagClassName
{
border-color: #40475A;
}
</style>