Shades of Blue Zodiac #444B5B
Tints of Blue Zodiac #444B5B
RGB
CMYK
RGB Variations
Color information
#444B5B (or 0x444B5B) is known color: Blue Zodiac. HEX triplet: 44, 4B and 5B. RGB value is (68,75,91). Sum of RGB (Red+Green+Blue) = 68+75+91=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #444B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B5B is #BBB4A4. Grayscale: #4A4A4A. Windows color (decimal): -12301477 or 5983044. OLE color: 5983044.
HSL color Cylindrical-coordinate representation of color #444B5B: hue angle of 221.74º 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 #444B5B is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 75 | 91 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.64 |
| HSL | 221.74º | 0.14% | 0.31% | - |
| HSV(B) | 221.74º | 0.25% | 0.36% | - |
| XYZ | 6.79 | 7.02 | 10.89 | - |
| YUV | 74.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 91 | 0.25 | 0.18 | 0 | 0.64 | 221.74 | 0.14 | 0.31 |
| Hex | 44 | 4B | 5B | 19 | 12 | 0 | 40 | DE | E | 1F |
| Octal | 104 | 113 | 133 | 31 | 22 | 0 | 100 | 336 | 16 | 37 |
| Binary | 1000100 | 1001011 | 1011011 | 11001 | 10010 | 0 | 1000000 | 11011110 | 1110 | 11111 |
Color Harmonies of #444B5B
Complementary color
Monochromatic Colors of #444B5B
Black with #444B5B
Text Example
Text Example
White with #444B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B5B; }
p { color: rgb(68,75,91); }
H1.HeaderClassName
{
color: #444B5B;
}
.AnyTagClassName
{
color: #444B5B;
}
</style>
background-color css
<style>
a { background-color: #444B5B; }
a { background-color: rgb(68,75,91); }
div.DivClassName
{
background-color: #444B5B;
}
.BgClassName
{
background-color: #444B5B;
}
</style>
border-color css
<style>
span { border-color: #444B5B; }
span { border-color: rgb(68,75,91); }
td.TdClassName
{
border-color: #444B5B;
}
.TagClassName
{
border-color: #444B5B;
}
</style>