Shades of Blue Zodiac #414453
Tints of Blue Zodiac #414453
RGB
CMYK
RGB Variations
Color information
#414453 (or 0x414453) is known color: Blue Zodiac. HEX triplet: 41, 44 and 53. RGB value is (65,68,83). Sum of RGB (Red+Green+Blue) = 65+68+83=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 83 - color contains mainly: blue. Hex color #414453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414453 is #BEBBAC. Grayscale: #444444. Windows color (decimal): -12499885 or 5456961. OLE color: 5456961.
HSL color Cylindrical-coordinate representation of color #414453: hue angle of 230º 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 #414453 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 68 | 83 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.67 |
| HSL | 230º | 0.12% | 0.29% | - |
| HSV(B) | 230º | 0.22% | 0.33% | - |
| XYZ | 5.81 | 5.88 | 9.01 | - |
| YUV | 68.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 68 | 83 | 0.22 | 0.18 | 0 | 0.67 | 230 | 0.12 | 0.29 |
| Hex | 41 | 44 | 53 | 16 | 12 | 0 | 43 | E6 | C | 1D |
| Octal | 101 | 104 | 123 | 26 | 22 | 0 | 103 | 346 | 14 | 35 |
| Binary | 1000001 | 1000100 | 1010011 | 10110 | 10010 | 0 | 1000011 | 11100110 | 1100 | 11101 |
Color Harmonies of #414453
Complementary color
Monochromatic Colors of #414453
Black with #414453
Text Example
Text Example
White with #414453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414453; }
p { color: rgb(65,68,83); }
H1.HeaderClassName
{
color: #414453;
}
.AnyTagClassName
{
color: #414453;
}
</style>
background-color css
<style>
a { background-color: #414453; }
a { background-color: rgb(65,68,83); }
div.DivClassName
{
background-color: #414453;
}
.BgClassName
{
background-color: #414453;
}
</style>
border-color css
<style>
span { border-color: #414453; }
span { border-color: rgb(65,68,83); }
td.TdClassName
{
border-color: #414453;
}
.TagClassName
{
border-color: #414453;
}
</style>