Shades of Blue Zodiac #41454F
Tints of Blue Zodiac #41454F
RGB
CMYK
RGB Variations
Color information
#41454F (or 0x41454F) is known color: Blue Zodiac. HEX triplet: 41, 45 and 4F. RGB value is (65,69,79). Sum of RGB (Red+Green+Blue) = 65+69+79=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 79 - color contains mainly: blue. Hex color #41454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41454F is #BEBAB0. Grayscale: #444444. Windows color (decimal): -12499633 or 5195073. OLE color: 5195073.
HSL color Cylindrical-coordinate representation of color #41454F: hue angle of 222.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #41454F is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 69 | 79 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.69 |
| HSL | 222.86º | 0.1% | 0.28% | - |
| HSV(B) | 222.86º | 0.18% | 0.31% | - |
| XYZ | 5.72 | 5.94 | 8.24 | - |
| YUV | 68.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 69 | 79 | 0.18 | 0.13 | 0 | 0.69 | 222.86 | 0.1 | 0.28 |
| Hex | 41 | 45 | 4F | 12 | D | 0 | 45 | DF | A | 1C |
| Octal | 101 | 105 | 117 | 22 | 15 | 0 | 105 | 337 | 12 | 34 |
| Binary | 1000001 | 1000101 | 1001111 | 10010 | 1101 | 0 | 1000101 | 11011111 | 1010 | 11100 |
Color Harmonies of #41454F
Complementary color
Monochromatic Colors of #41454F
Black with #41454F
Text Example
Text Example
White with #41454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41454F; }
p { color: rgb(65,69,79); }
H1.HeaderClassName
{
color: #41454F;
}
.AnyTagClassName
{
color: #41454F;
}
</style>
background-color css
<style>
a { background-color: #41454F; }
a { background-color: rgb(65,69,79); }
div.DivClassName
{
background-color: #41454F;
}
.BgClassName
{
background-color: #41454F;
}
</style>
border-color css
<style>
span { border-color: #41454F; }
span { border-color: rgb(65,69,79); }
td.TdClassName
{
border-color: #41454F;
}
.TagClassName
{
border-color: #41454F;
}
</style>