Shades of Blue Zodiac #414753
Tints of Blue Zodiac #414753
RGB
CMYK
RGB Variations
Color information
#414753 (or 0x414753) is known color: Blue Zodiac. HEX triplet: 41, 47 and 53. RGB value is (65,71,83). Sum of RGB (Red+Green+Blue) = 65+71+83=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #414753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414753 is #BEB8AC. Grayscale: #464646. Windows color (decimal): -12499117 or 5457729. OLE color: 5457729.
HSL color Cylindrical-coordinate representation of color #414753: hue angle of 220º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #414753 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 71 | 83 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.67 |
| HSL | 220º | 0.12% | 0.29% | - |
| HSV(B) | 220º | 0.22% | 0.33% | - |
| XYZ | 5.99 | 6.25 | 9.07 | - |
| YUV | 70.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 71 | 83 | 0.22 | 0.14 | 0 | 0.67 | 220 | 0.12 | 0.29 |
| Hex | 41 | 47 | 53 | 16 | E | 0 | 43 | DC | C | 1D |
| Octal | 101 | 107 | 123 | 26 | 16 | 0 | 103 | 334 | 14 | 35 |
| Binary | 1000001 | 1000111 | 1010011 | 10110 | 1110 | 0 | 1000011 | 11011100 | 1100 | 11101 |
Color Harmonies of #414753
Complementary color
Monochromatic Colors of #414753
Black with #414753
Text Example
Text Example
White with #414753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414753; }
p { color: rgb(65,71,83); }
H1.HeaderClassName
{
color: #414753;
}
.AnyTagClassName
{
color: #414753;
}
</style>
background-color css
<style>
a { background-color: #414753; }
a { background-color: rgb(65,71,83); }
div.DivClassName
{
background-color: #414753;
}
.BgClassName
{
background-color: #414753;
}
</style>
border-color css
<style>
span { border-color: #414753; }
span { border-color: rgb(65,71,83); }
td.TdClassName
{
border-color: #414753;
}
.TagClassName
{
border-color: #414753;
}
</style>