Shades of Blue Zodiac #444853
Tints of Blue Zodiac #444853
RGB
CMYK
RGB Variations
Color information
#444853 (or 0x444853) is known color: Blue Zodiac. HEX triplet: 44, 48 and 53. RGB value is (68,72,83). Sum of RGB (Red+Green+Blue) = 68+72+83=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #444853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444853 is #BBB7AC. Grayscale: #484848. Windows color (decimal): -12302253 or 5457988. OLE color: 5457988.
HSL color Cylindrical-coordinate representation of color #444853: hue angle of 224º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #444853 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 72 | 83 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.67 |
| HSL | 224º | 0.1% | 0.3% | - |
| HSV(B) | 224º | 0.18% | 0.33% | - |
| XYZ | 6.26 | 6.49 | 9.11 | - |
| YUV | 72.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 72 | 83 | 0.18 | 0.13 | 0 | 0.67 | 224 | 0.1 | 0.3 |
| Hex | 44 | 48 | 53 | 12 | D | 0 | 43 | E0 | A | 1E |
| Octal | 104 | 110 | 123 | 22 | 15 | 0 | 103 | 340 | 12 | 36 |
| Binary | 1000100 | 1001000 | 1010011 | 10010 | 1101 | 0 | 1000011 | 11100000 | 1010 | 11110 |
Color Harmonies of #444853
Complementary color
Monochromatic Colors of #444853
Black with #444853
Text Example
Text Example
White with #444853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444853; }
p { color: rgb(68,72,83); }
H1.HeaderClassName
{
color: #444853;
}
.AnyTagClassName
{
color: #444853;
}
</style>
background-color css
<style>
a { background-color: #444853; }
a { background-color: rgb(68,72,83); }
div.DivClassName
{
background-color: #444853;
}
.BgClassName
{
background-color: #444853;
}
</style>
border-color css
<style>
span { border-color: #444853; }
span { border-color: rgb(68,72,83); }
td.TdClassName
{
border-color: #444853;
}
.TagClassName
{
border-color: #444853;
}
</style>