Shades of Blue Zodiac #444A58
Tints of Blue Zodiac #444A58
RGB
CMYK
RGB Variations
Color information
#444A58 (or 0x444A58) is known color: Blue Zodiac. HEX triplet: 44, 4A and 58. RGB value is (68,74,88). Sum of RGB (Red+Green+Blue) = 68+74+88=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 88 - color contains mainly: blue. Hex color #444A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A58 is #BBB5A7. Grayscale: #494949. Windows color (decimal): -12301736 or 5786180. OLE color: 5786180.
HSL color Cylindrical-coordinate representation of color #444A58: hue angle of 222º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #444A58 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 74 | 88 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.65 |
| HSL | 222º | 0.13% | 0.31% | - |
| HSV(B) | 222º | 0.23% | 0.35% | - |
| XYZ | 6.59 | 6.83 | 10.2 | - |
| YUV | 73.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 88 | 0.23 | 0.16 | 0 | 0.65 | 222 | 0.13 | 0.31 |
| Hex | 44 | 4A | 58 | 17 | 10 | 0 | 41 | DE | D | 1F |
| Octal | 104 | 112 | 130 | 27 | 20 | 0 | 101 | 336 | 15 | 37 |
| Binary | 1000100 | 1001010 | 1011000 | 10111 | 10000 | 0 | 1000001 | 11011110 | 1101 | 11111 |
Color Harmonies of #444A58
Complementary color
Monochromatic Colors of #444A58
Black with #444A58
Text Example
Text Example
White with #444A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A58; }
p { color: rgb(68,74,88); }
H1.HeaderClassName
{
color: #444A58;
}
.AnyTagClassName
{
color: #444A58;
}
</style>
background-color css
<style>
a { background-color: #444A58; }
a { background-color: rgb(68,74,88); }
div.DivClassName
{
background-color: #444A58;
}
.BgClassName
{
background-color: #444A58;
}
</style>
border-color css
<style>
span { border-color: #444A58; }
span { border-color: rgb(68,74,88); }
td.TdClassName
{
border-color: #444A58;
}
.TagClassName
{
border-color: #444A58;
}
</style>