Shades of Blue Zodiac #41434C
Tints of Blue Zodiac #41434C
RGB
CMYK
RGB Variations
Color information
#41434C (or 0x41434C) is known color: Blue Zodiac. HEX triplet: 41, 43 and 4C. RGB value is (65,67,76). Sum of RGB (Red+Green+Blue) = 65+67+76=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 76 - color contains mainly: blue. Hex color #41434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41434C is #BEBCB3. Grayscale: #434343. Windows color (decimal): -12500148 or 4997953. OLE color: 4997953.
HSL color Cylindrical-coordinate representation of color #41434C: hue angle of 229.09º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #41434C is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 67 | 76 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.70 |
| HSL | 229.09º | 0.08% | 0.28% | - |
| HSV(B) | 229.09º | 0.14% | 0.3% | - |
| XYZ | 5.49 | 5.66 | 7.64 | - |
| YUV | 67.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 76 | 0.14 | 0.12 | 0 | 0.70 | 229.09 | 0.08 | 0.28 |
| Hex | 41 | 43 | 4C | E | C | 0 | 46 | E5 | 8 | 1C |
| Octal | 101 | 103 | 114 | 16 | 14 | 0 | 106 | 345 | 10 | 34 |
| Binary | 1000001 | 1000011 | 1001100 | 1110 | 1100 | 0 | 1000110 | 11100101 | 1000 | 11100 |
Color Harmonies of #41434C
Complementary color
Monochromatic Colors of #41434C
Black with #41434C
Text Example
Text Example
White with #41434C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41434C; }
p { color: rgb(65,67,76); }
H1.HeaderClassName
{
color: #41434C;
}
.AnyTagClassName
{
color: #41434C;
}
</style>
background-color css
<style>
a { background-color: #41434C; }
a { background-color: rgb(65,67,76); }
div.DivClassName
{
background-color: #41434C;
}
.BgClassName
{
background-color: #41434C;
}
</style>
border-color css
<style>
span { border-color: #41434C; }
span { border-color: rgb(65,67,76); }
td.TdClassName
{
border-color: #41434C;
}
.TagClassName
{
border-color: #41434C;
}
</style>