Shades of Blue Zodiac #40434D
Tints of Blue Zodiac #40434D
RGB
CMYK
RGB Variations
Color information
#40434D (or 0x40434D) is known color: Blue Zodiac. HEX triplet: 40, 43 and 4D. RGB value is (64,67,77). Sum of RGB (Red+Green+Blue) = 64+67+77=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #40434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40434D is #BFBCB2. Grayscale: #434343. Windows color (decimal): -12565683 or 5063488. OLE color: 5063488.
HSL color Cylindrical-coordinate representation of color #40434D: hue angle of 226.15º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #40434D is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 67 | 77 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.70 |
| HSL | 226.15º | 0.09% | 0.28% | - |
| HSV(B) | 226.15º | 0.17% | 0.3% | - |
| XYZ | 5.46 | 5.64 | 7.82 | - |
| YUV | 67.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 67 | 77 | 0.17 | 0.13 | 0 | 0.70 | 226.15 | 0.09 | 0.28 |
| Hex | 40 | 43 | 4D | 11 | D | 0 | 46 | E2 | 9 | 1C |
| Octal | 100 | 103 | 115 | 21 | 15 | 0 | 106 | 342 | 11 | 34 |
| Binary | 1000000 | 1000011 | 1001101 | 10001 | 1101 | 0 | 1000110 | 11100010 | 1001 | 11100 |
Color Harmonies of #40434D
Complementary color
Monochromatic Colors of #40434D
Black with #40434D
Text Example
Text Example
White with #40434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40434D; }
p { color: rgb(64,67,77); }
H1.HeaderClassName
{
color: #40434D;
}
.AnyTagClassName
{
color: #40434D;
}
</style>
background-color css
<style>
a { background-color: #40434D; }
a { background-color: rgb(64,67,77); }
div.DivClassName
{
background-color: #40434D;
}
.BgClassName
{
background-color: #40434D;
}
</style>
border-color css
<style>
span { border-color: #40434D; }
span { border-color: rgb(64,67,77); }
td.TdClassName
{
border-color: #40434D;
}
.TagClassName
{
border-color: #40434D;
}
</style>