Shades of Blue Zodiac #444753
Tints of Blue Zodiac #444753
RGB
CMYK
RGB Variations
Color information
#444753 (or 0x444753) is known color: Blue Zodiac. HEX triplet: 44, 47 and 53. RGB value is (68,71,83). Sum of RGB (Red+Green+Blue) = 68+71+83=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #444753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444753 is #BBB8AC. Grayscale: #474747. Windows color (decimal): -12302509 or 5457732. OLE color: 5457732.
HSL color Cylindrical-coordinate representation of color #444753: hue angle of 228º 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 #444753 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 71 | 83 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.67 |
| HSL | 228º | 0.1% | 0.3% | - |
| HSV(B) | 228º | 0.18% | 0.33% | - |
| XYZ | 6.2 | 6.36 | 9.08 | - |
| YUV | 71.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 71 | 83 | 0.18 | 0.14 | 0 | 0.67 | 228 | 0.1 | 0.3 |
| Hex | 44 | 47 | 53 | 12 | E | 0 | 43 | E4 | A | 1E |
| Octal | 104 | 107 | 123 | 22 | 16 | 0 | 103 | 344 | 12 | 36 |
| Binary | 1000100 | 1000111 | 1010011 | 10010 | 1110 | 0 | 1000011 | 11100100 | 1010 | 11110 |
Color Harmonies of #444753
Complementary color
Monochromatic Colors of #444753
Black with #444753
Text Example
Text Example
White with #444753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444753; }
p { color: rgb(68,71,83); }
H1.HeaderClassName
{
color: #444753;
}
.AnyTagClassName
{
color: #444753;
}
</style>
background-color css
<style>
a { background-color: #444753; }
a { background-color: rgb(68,71,83); }
div.DivClassName
{
background-color: #444753;
}
.BgClassName
{
background-color: #444753;
}
</style>
border-color css
<style>
span { border-color: #444753; }
span { border-color: rgb(68,71,83); }
td.TdClassName
{
border-color: #444753;
}
.TagClassName
{
border-color: #444753;
}
</style>