Shades of Blue Zodiac #414A5D
Tints of Blue Zodiac #414A5D
RGB
CMYK
RGB Variations
Color information
#414A5D (or 0x414A5D) is known color: Blue Zodiac. HEX triplet: 41, 4A and 5D. RGB value is (65,74,93). Sum of RGB (Red+Green+Blue) = 65+74+93=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #414A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A5D is #BEB5A2. Grayscale: #494949. Windows color (decimal): -12498339 or 6113857. OLE color: 6113857.
HSL color Cylindrical-coordinate representation of color #414A5D: hue angle of 220.71º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #414A5D is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 74 | 93 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.64 |
| HSL | 220.71º | 0.18% | 0.31% | - |
| HSV(B) | 220.71º | 0.3% | 0.36% | - |
| XYZ | 6.6 | 6.81 | 11.32 | - |
| YUV | 73.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 93 | 0.30 | 0.20 | 0 | 0.64 | 220.71 | 0.18 | 0.31 |
| Hex | 41 | 4A | 5D | 1E | 14 | 0 | 40 | DD | 12 | 1F |
| Octal | 101 | 112 | 135 | 36 | 24 | 0 | 100 | 335 | 22 | 37 |
| Binary | 1000001 | 1001010 | 1011101 | 11110 | 10100 | 0 | 1000000 | 11011101 | 10010 | 11111 |
Color Harmonies of #414A5D
Complementary color
Monochromatic Colors of #414A5D
Black with #414A5D
Text Example
Text Example
White with #414A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A5D; }
p { color: rgb(65,74,93); }
H1.HeaderClassName
{
color: #414A5D;
}
.AnyTagClassName
{
color: #414A5D;
}
</style>
background-color css
<style>
a { background-color: #414A5D; }
a { background-color: rgb(65,74,93); }
div.DivClassName
{
background-color: #414A5D;
}
.BgClassName
{
background-color: #414A5D;
}
</style>
border-color css
<style>
span { border-color: #414A5D; }
span { border-color: rgb(65,74,93); }
td.TdClassName
{
border-color: #414A5D;
}
.TagClassName
{
border-color: #414A5D;
}
</style>