Shades of Blue Zodiac #41444D
Tints of Blue Zodiac #41444D
RGB
CMYK
RGB Variations
Color information
#41444D (or 0x41444D) is known color: Blue Zodiac. HEX triplet: 41, 44 and 4D. RGB value is (65,68,77). Sum of RGB (Red+Green+Blue) = 65+68+77=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #41444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41444D is #BEBBB2. Grayscale: #444444. Windows color (decimal): -12499891 or 5063745. OLE color: 5063745.
HSL color Cylindrical-coordinate representation of color #41444D: hue angle of 225º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #41444D is Cyan = 0.16, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 68 | 77 | - |
| CMYK | 0.16 | 0.12 | 0 | 0.70 |
| HSL | 225º | 0.08% | 0.28% | - |
| HSV(B) | 225º | 0.16% | 0.3% | - |
| XYZ | 5.59 | 5.79 | 7.85 | - |
| YUV | 68.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 68 | 77 | 0.16 | 0.12 | 0 | 0.70 | 225 | 0.08 | 0.28 |
| Hex | 41 | 44 | 4D | 10 | C | 0 | 46 | E1 | 8 | 1C |
| Octal | 101 | 104 | 115 | 20 | 14 | 0 | 106 | 341 | 10 | 34 |
| Binary | 1000001 | 1000100 | 1001101 | 10000 | 1100 | 0 | 1000110 | 11100001 | 1000 | 11100 |
Color Harmonies of #41444D
Complementary color
Monochromatic Colors of #41444D
Black with #41444D
Text Example
Text Example
White with #41444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41444D; }
p { color: rgb(65,68,77); }
H1.HeaderClassName
{
color: #41444D;
}
.AnyTagClassName
{
color: #41444D;
}
</style>
background-color css
<style>
a { background-color: #41444D; }
a { background-color: rgb(65,68,77); }
div.DivClassName
{
background-color: #41444D;
}
.BgClassName
{
background-color: #41444D;
}
</style>
border-color css
<style>
span { border-color: #41444D; }
span { border-color: rgb(65,68,77); }
td.TdClassName
{
border-color: #41444D;
}
.TagClassName
{
border-color: #41444D;
}
</style>