Shades of Blue Zodiac #41465B
Tints of Blue Zodiac #41465B
RGB
CMYK
RGB Variations
Color information
#41465B (or 0x41465B) is known color: Blue Zodiac. HEX triplet: 41, 46 and 5B. RGB value is (65,70,91). Sum of RGB (Red+Green+Blue) = 65+70+91=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #41465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41465B is #BEB9A4. Grayscale: #464646. Windows color (decimal): -12499365 or 5981761. OLE color: 5981761.
HSL color Cylindrical-coordinate representation of color #41465B: hue angle of 228.46º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41465B is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 70 | 91 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.64 |
| HSL | 228.46º | 0.17% | 0.31% | - |
| HSV(B) | 228.46º | 0.29% | 0.36% | - |
| XYZ | 6.26 | 6.26 | 10.78 | - |
| YUV | 70.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 70 | 91 | 0.29 | 0.23 | 0 | 0.64 | 228.46 | 0.17 | 0.31 |
| Hex | 41 | 46 | 5B | 1D | 17 | 0 | 40 | E4 | 11 | 1F |
| Octal | 101 | 106 | 133 | 35 | 27 | 0 | 100 | 344 | 21 | 37 |
| Binary | 1000001 | 1000110 | 1011011 | 11101 | 10111 | 0 | 1000000 | 11100100 | 10001 | 11111 |
Color Harmonies of #41465B
Complementary color
Monochromatic Colors of #41465B
Black with #41465B
Text Example
Text Example
White with #41465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41465B; }
p { color: rgb(65,70,91); }
H1.HeaderClassName
{
color: #41465B;
}
.AnyTagClassName
{
color: #41465B;
}
</style>
background-color css
<style>
a { background-color: #41465B; }
a { background-color: rgb(65,70,91); }
div.DivClassName
{
background-color: #41465B;
}
.BgClassName
{
background-color: #41465B;
}
</style>
border-color css
<style>
span { border-color: #41465B; }
span { border-color: rgb(65,70,91); }
td.TdClassName
{
border-color: #41465B;
}
.TagClassName
{
border-color: #41465B;
}
</style>