Shades of Blue Zodiac #40485C
Tints of Blue Zodiac #40485C
RGB
CMYK
RGB Variations
Color information
#40485C (or 0x40485C) is known color: Blue Zodiac. HEX triplet: 40, 48 and 5C. RGB value is (64,72,92). Sum of RGB (Red+Green+Blue) = 64+72+92=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 92 - color contains mainly: blue. Hex color #40485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40485C is #BFB7A3. Grayscale: #474747. Windows color (decimal): -12564388 or 6047808. OLE color: 6047808.
HSL color Cylindrical-coordinate representation of color #40485C: hue angle of 222.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40485C is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 72 | 92 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.64 |
| HSL | 222.86º | 0.18% | 0.31% | - |
| HSV(B) | 222.86º | 0.3% | 0.36% | - |
| XYZ | 6.36 | 6.5 | 11.04 | - |
| YUV | 71.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 72 | 92 | 0.30 | 0.22 | 0 | 0.64 | 222.86 | 0.18 | 0.31 |
| Hex | 40 | 48 | 5C | 1E | 16 | 0 | 40 | DF | 12 | 1F |
| Octal | 100 | 110 | 134 | 36 | 26 | 0 | 100 | 337 | 22 | 37 |
| Binary | 1000000 | 1001000 | 1011100 | 11110 | 10110 | 0 | 1000000 | 11011111 | 10010 | 11111 |
Color Harmonies of #40485C
Complementary color
Monochromatic Colors of #40485C
Black with #40485C
Text Example
Text Example
White with #40485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40485C; }
p { color: rgb(64,72,92); }
H1.HeaderClassName
{
color: #40485C;
}
.AnyTagClassName
{
color: #40485C;
}
</style>
background-color css
<style>
a { background-color: #40485C; }
a { background-color: rgb(64,72,92); }
div.DivClassName
{
background-color: #40485C;
}
.BgClassName
{
background-color: #40485C;
}
</style>
border-color css
<style>
span { border-color: #40485C; }
span { border-color: rgb(64,72,92); }
td.TdClassName
{
border-color: #40485C;
}
.TagClassName
{
border-color: #40485C;
}
</style>