Shades of Cello #444F5C
Tints of Cello #444F5C
RGB
CMYK
RGB Variations
Color information
#444F5C (or 0x444F5C) is known color: Cello. HEX triplet: 44, 4F and 5C. RGB value is (68,79,92). Sum of RGB (Red+Green+Blue) = 68+79+92=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #444F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F5C is #BBB0A3. Grayscale: #4D4D4D. Windows color (decimal): -12300452 or 6049604. OLE color: 6049604.
HSL color Cylindrical-coordinate representation of color #444F5C: hue angle of 212.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #444F5C is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 79 | 92 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.64 |
| HSL | 212.5º | 0.15% | 0.31% | - |
| HSV(B) | 212.5º | 0.26% | 0.36% | - |
| XYZ | 7.11 | 7.59 | 11.22 | - |
| YUV | 77.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 79 | 92 | 0.26 | 0.14 | 0 | 0.64 | 212.5 | 0.15 | 0.31 |
| Hex | 44 | 4F | 5C | 1A | E | 0 | 40 | D4 | F | 1F |
| Octal | 104 | 117 | 134 | 32 | 16 | 0 | 100 | 324 | 17 | 37 |
| Binary | 1000100 | 1001111 | 1011100 | 11010 | 1110 | 0 | 1000000 | 11010100 | 1111 | 11111 |
Color Harmonies of #444F5C
Complementary color
Monochromatic Colors of #444F5C
Black with #444F5C
Text Example
Text Example
White with #444F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444F5C; }
p { color: rgb(68,79,92); }
H1.HeaderClassName
{
color: #444F5C;
}
.AnyTagClassName
{
color: #444F5C;
}
</style>
background-color css
<style>
a { background-color: #444F5C; }
a { background-color: rgb(68,79,92); }
div.DivClassName
{
background-color: #444F5C;
}
.BgClassName
{
background-color: #444F5C;
}
</style>
border-color css
<style>
span { border-color: #444F5C; }
span { border-color: rgb(68,79,92); }
td.TdClassName
{
border-color: #444F5C;
}
.TagClassName
{
border-color: #444F5C;
}
</style>