Shades of Blue Zodiac #424B5E
Tints of Blue Zodiac #424B5E
RGB
CMYK
RGB Variations
Color information
#424B5E (or 0x424B5E) is known color: Blue Zodiac. HEX triplet: 42, 4B and 5E. RGB value is (66,75,94). Sum of RGB (Red+Green+Blue) = 66+75+94=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 94 - color contains mainly: blue. Hex color #424B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B5E is #BDB4A1. Grayscale: #4A4A4A. Windows color (decimal): -12432546 or 6179650. OLE color: 6179650.
HSL color Cylindrical-coordinate representation of color #424B5E: hue angle of 220.71º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #424B5E is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
RGB | 66 | 75 | 94 | - |
CMYK | 0.30 | 0.20 | 0 | 0.63 |
HSL | 220.71º | 0.18% | 0.31% | - |
HSV(B) | 220.71º | 0.3% | 0.37% | - |
XYZ | 6.78 | 7 | 11.58 | - |
YUV | 74.48 | 139.02 | 121.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 66 | 75 | 94 | 0.30 | 0.20 | 0 | 0.63 | 220.71 | 0.18 | 0.31 |
Hex | 42 | 4B | 5E | 1E | 14 | 0 | 3F | DD | 12 | 1F |
Octal | 102 | 113 | 136 | 36 | 24 | 0 | 77 | 335 | 22 | 37 |
Binary | 1000010 | 1001011 | 1011110 | 11110 | 10100 | 0 | 111111 | 11011101 | 10010 | 11111 |
Color Harmonies of #424B5E
Complementary color
Monochromatic Colors of #424B5E
Black with #424B5E
Text Example
Text Example
White with #424B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B5E; }
p { color: rgb(66,75,94); }
H1.HeaderClassName
{
color: #424B5E;
}
.AnyTagClassName
{
color: #424B5E;
}
</style>
background-color css
<style>
a { background-color: #424B5E; }
a { background-color: rgb(66,75,94); }
div.DivClassName
{
background-color: #424B5E;
}
.BgClassName
{
background-color: #424B5E;
}
</style>
border-color css
<style>
span { border-color: #424B5E; }
span { border-color: rgb(66,75,94); }
td.TdClassName
{
border-color: #424B5E;
}
.TagClassName
{
border-color: #424B5E;
}
</style>