Shades of Cello #444F58
Tints of Cello #444F58
RGB
CMYK
RGB Variations
Color information
#444F58 (or 0x444F58) is known color: Cello. HEX triplet: 44, 4F and 58. RGB value is (68,79,88). Sum of RGB (Red+Green+Blue) = 68+79+88=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #444F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F58 is #BBB0A7. Grayscale: #4C4C4C. Windows color (decimal): -12300456 or 5787460. OLE color: 5787460.
HSL color Cylindrical-coordinate representation of color #444F58: hue angle of 207º 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 #444F58 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 79 | 88 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.65 |
| HSL | 207º | 0.13% | 0.31% | - |
| HSV(B) | 207º | 0.23% | 0.35% | - |
| XYZ | 6.94 | 7.53 | 10.32 | - |
| YUV | 76.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 88 | 0.23 | 0.10 | 0 | 0.65 | 207 | 0.13 | 0.31 |
| Hex | 44 | 4F | 58 | 17 | A | 0 | 41 | CF | D | 1F |
| Octal | 104 | 117 | 130 | 27 | 12 | 0 | 101 | 317 | 15 | 37 |
| Binary | 1000100 | 1001111 | 1011000 | 10111 | 1010 | 0 | 1000001 | 11001111 | 1101 | 11111 |
Color Harmonies of #444F58
Complementary color
Monochromatic Colors of #444F58
Black with #444F58
Text Example
Text Example
White with #444F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F58; }
p { color: rgb(68,79,88); }
H1.HeaderClassName
{
color: #444F58;
}
.AnyTagClassName
{
color: #444F58;
}
</style>
background-color css
<style>
a { background-color: #444F58; }
a { background-color: rgb(68,79,88); }
div.DivClassName
{
background-color: #444F58;
}
.BgClassName
{
background-color: #444F58;
}
</style>
border-color css
<style>
span { border-color: #444F58; }
span { border-color: rgb(68,79,88); }
td.TdClassName
{
border-color: #444F58;
}
.TagClassName
{
border-color: #444F58;
}
</style>