Shades of Blue Zodiac #44485B
Tints of Blue Zodiac #44485B
RGB
CMYK
RGB Variations
Color information
#44485B (or 0x44485B) is known color: Blue Zodiac. HEX triplet: 44, 48 and 5B. RGB value is (68,72,91). Sum of RGB (Red+Green+Blue) = 68+72+91=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #44485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44485B is #BBB7A4. Grayscale: #484848. Windows color (decimal): -12302245 or 5982276. OLE color: 5982276.
HSL color Cylindrical-coordinate representation of color #44485B: hue angle of 229.57º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #44485B is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 72 | 91 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.64 |
| HSL | 229.57º | 0.14% | 0.31% | - |
| HSV(B) | 229.57º | 0.25% | 0.36% | - |
| XYZ | 6.59 | 6.62 | 10.83 | - |
| YUV | 72.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 91 | 0.25 | 0.21 | 0 | 0.64 | 229.57 | 0.14 | 0.31 |
| Hex | 44 | 48 | 5B | 19 | 15 | 0 | 40 | E6 | E | 1F |
| Octal | 104 | 110 | 133 | 31 | 25 | 0 | 100 | 346 | 16 | 37 |
| Binary | 1000100 | 1001000 | 1011011 | 11001 | 10101 | 0 | 1000000 | 11100110 | 1110 | 11111 |
Color Harmonies of #44485B
Complementary color
Monochromatic Colors of #44485B
Black with #44485B
Text Example
Text Example
White with #44485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44485B; }
p { color: rgb(68,72,91); }
H1.HeaderClassName
{
color: #44485B;
}
.AnyTagClassName
{
color: #44485B;
}
</style>
background-color css
<style>
a { background-color: #44485B; }
a { background-color: rgb(68,72,91); }
div.DivClassName
{
background-color: #44485B;
}
.BgClassName
{
background-color: #44485B;
}
</style>
border-color css
<style>
span { border-color: #44485B; }
span { border-color: rgb(68,72,91); }
td.TdClassName
{
border-color: #44485B;
}
.TagClassName
{
border-color: #44485B;
}
</style>