Shades of Blue Zodiac #41434D
Tints of Blue Zodiac #41434D
RGB
CMYK
RGB Variations
Color information
#41434D (or 0x41434D) is known color: Blue Zodiac. HEX triplet: 41, 43 and 4D. RGB value is (65,67,77). Sum of RGB (Red+Green+Blue) = 65+67+77=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #41434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41434D is #BEBCB2. Grayscale: #434343. Windows color (decimal): -12500147 or 5063489. OLE color: 5063489.
HSL color Cylindrical-coordinate representation of color #41434D: hue angle of 230º 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 #41434D is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 67 | 77 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.70 |
| HSL | 230º | 0.08% | 0.28% | - |
| HSV(B) | 230º | 0.16% | 0.3% | - |
| XYZ | 5.53 | 5.67 | 7.83 | - |
| YUV | 67.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 77 | 0.16 | 0.13 | 0 | 0.70 | 230 | 0.08 | 0.28 |
| Hex | 41 | 43 | 4D | 10 | D | 0 | 46 | E6 | 8 | 1C |
| Octal | 101 | 103 | 115 | 20 | 15 | 0 | 106 | 346 | 10 | 34 |
| Binary | 1000001 | 1000011 | 1001101 | 10000 | 1101 | 0 | 1000110 | 11100110 | 1000 | 11100 |
Color Harmonies of #41434D
Complementary color
Monochromatic Colors of #41434D
Black with #41434D
Text Example
Text Example
White with #41434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41434D; }
p { color: rgb(65,67,77); }
H1.HeaderClassName
{
color: #41434D;
}
.AnyTagClassName
{
color: #41434D;
}
</style>
background-color css
<style>
a { background-color: #41434D; }
a { background-color: rgb(65,67,77); }
div.DivClassName
{
background-color: #41434D;
}
.BgClassName
{
background-color: #41434D;
}
</style>
border-color css
<style>
span { border-color: #41434D; }
span { border-color: rgb(65,67,77); }
td.TdClassName
{
border-color: #41434D;
}
.TagClassName
{
border-color: #41434D;
}
</style>