Shades of Blue Zodiac #45495C
Tints of Blue Zodiac #45495C
RGB
CMYK
RGB Variations
Color information
#45495C (or 0x45495C) is known color: Blue Zodiac. HEX triplet: 45, 49 and 5C. RGB value is (69,73,92). Sum of RGB (Red+Green+Blue) = 69+73+92=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 92 - color contains mainly: blue. Hex color #45495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45495C is #BAB6A3. Grayscale: #494949. Windows color (decimal): -12236452 or 6048069. OLE color: 6048069.
HSL color Cylindrical-coordinate representation of color #45495C: hue angle of 229.57º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #45495C is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 73 | 92 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.64 |
| HSL | 229.57º | 0.14% | 0.32% | - |
| HSV(B) | 229.57º | 0.25% | 0.36% | - |
| XYZ | 6.77 | 6.8 | 11.08 | - |
| YUV | 73.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 73 | 92 | 0.25 | 0.21 | 0 | 0.64 | 229.57 | 0.14 | 0.32 |
| Hex | 45 | 49 | 5C | 19 | 15 | 0 | 40 | E6 | E | 20 |
| Octal | 105 | 111 | 134 | 31 | 25 | 0 | 100 | 346 | 16 | 40 |
| Binary | 1000101 | 1001001 | 1011100 | 11001 | 10101 | 0 | 1000000 | 11100110 | 1110 | 100000 |
Color Harmonies of #45495C
Complementary color
Monochromatic Colors of #45495C
Black with #45495C
Text Example
Text Example
White with #45495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45495C; }
p { color: rgb(69,73,92); }
H1.HeaderClassName
{
color: #45495C;
}
.AnyTagClassName
{
color: #45495C;
}
</style>
background-color css
<style>
a { background-color: #45495C; }
a { background-color: rgb(69,73,92); }
div.DivClassName
{
background-color: #45495C;
}
.BgClassName
{
background-color: #45495C;
}
</style>
border-color css
<style>
span { border-color: #45495C; }
span { border-color: rgb(69,73,92); }
td.TdClassName
{
border-color: #45495C;
}
.TagClassName
{
border-color: #45495C;
}
</style>