Shades of Blue Zodiac #454A58
Tints of Blue Zodiac #454A58
RGB
CMYK
RGB Variations
Color information
#454A58 (or 0x454A58) is known color: Blue Zodiac. HEX triplet: 45, 4A and 58. RGB value is (69,74,88). Sum of RGB (Red+Green+Blue) = 69+74+88=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #454A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454A58 is #BAB5A7. Grayscale: #4A4A4A. Windows color (decimal): -12236200 or 5786181. OLE color: 5786181.
HSL color Cylindrical-coordinate representation of color #454A58: hue angle of 224.21º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #454A58 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 74 | 88 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.65 |
| HSL | 224.21º | 0.12% | 0.31% | - |
| HSV(B) | 224.21º | 0.22% | 0.35% | - |
| XYZ | 6.66 | 6.87 | 10.21 | - |
| YUV | 74.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 74 | 88 | 0.22 | 0.16 | 0 | 0.65 | 224.21 | 0.12 | 0.31 |
| Hex | 45 | 4A | 58 | 16 | 10 | 0 | 41 | E0 | C | 1F |
| Octal | 105 | 112 | 130 | 26 | 20 | 0 | 101 | 340 | 14 | 37 |
| Binary | 1000101 | 1001010 | 1011000 | 10110 | 10000 | 0 | 1000001 | 11100000 | 1100 | 11111 |
Color Harmonies of #454A58
Complementary color
Monochromatic Colors of #454A58
Black with #454A58
Text Example
Text Example
White with #454A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454A58; }
p { color: rgb(69,74,88); }
H1.HeaderClassName
{
color: #454A58;
}
.AnyTagClassName
{
color: #454A58;
}
</style>
background-color css
<style>
a { background-color: #454A58; }
a { background-color: rgb(69,74,88); }
div.DivClassName
{
background-color: #454A58;
}
.BgClassName
{
background-color: #454A58;
}
</style>
border-color css
<style>
span { border-color: #454A58; }
span { border-color: rgb(69,74,88); }
td.TdClassName
{
border-color: #454A58;
}
.TagClassName
{
border-color: #454A58;
}
</style>