Shades of Blue Zodiac #44495C
Tints of Blue Zodiac #44495C
RGB
CMYK
RGB Variations
Color information
#44495C (or 0x44495C) is known color: Blue Zodiac. HEX triplet: 44, 49 and 5C. RGB value is (68,73,92). Sum of RGB (Red+Green+Blue) = 68+73+92=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #44495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44495C is #BBB6A3. Grayscale: #494949. Windows color (decimal): -12301988 or 6048068. OLE color: 6048068.
HSL color Cylindrical-coordinate representation of color #44495C: hue angle of 227.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #44495C is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 73 | 92 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.64 |
| HSL | 227.5º | 0.15% | 0.31% | - |
| HSV(B) | 227.5º | 0.26% | 0.36% | - |
| XYZ | 6.7 | 6.77 | 11.08 | - |
| YUV | 73.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 92 | 0.26 | 0.21 | 0 | 0.64 | 227.5 | 0.15 | 0.31 |
| Hex | 44 | 49 | 5C | 1A | 15 | 0 | 40 | E4 | F | 1F |
| Octal | 104 | 111 | 134 | 32 | 25 | 0 | 100 | 344 | 17 | 37 |
| Binary | 1000100 | 1001001 | 1011100 | 11010 | 10101 | 0 | 1000000 | 11100100 | 1111 | 11111 |
Color Harmonies of #44495C
Complementary color
Monochromatic Colors of #44495C
Black with #44495C
Text Example
Text Example
White with #44495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44495C; }
p { color: rgb(68,73,92); }
H1.HeaderClassName
{
color: #44495C;
}
.AnyTagClassName
{
color: #44495C;
}
</style>
background-color css
<style>
a { background-color: #44495C; }
a { background-color: rgb(68,73,92); }
div.DivClassName
{
background-color: #44495C;
}
.BgClassName
{
background-color: #44495C;
}
</style>
border-color css
<style>
span { border-color: #44495C; }
span { border-color: rgb(68,73,92); }
td.TdClassName
{
border-color: #44495C;
}
.TagClassName
{
border-color: #44495C;
}
</style>