Shades of Cello #445163
Tints of Cello #445163
RGB
CMYK
RGB Variations
Color information
#445163 (or 0x445163) is known color: Cello. HEX triplet: 44, 51 and 63. RGB value is (68,81,99). Sum of RGB (Red+Green+Blue) = 68+81+99=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #445163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445163 is #BBAE9C. Grayscale: #4F4F4F. Windows color (decimal): -12299933 or 6508868. OLE color: 6508868.
HSL color Cylindrical-coordinate representation of color #445163: hue angle of 214.84º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445163 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 81 | 99 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.61 |
| HSL | 214.84º | 0.19% | 0.33% | - |
| HSV(B) | 214.84º | 0.31% | 0.39% | - |
| XYZ | 7.58 | 8.01 | 12.95 | - |
| YUV | 79.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 81 | 99 | 0.31 | 0.18 | 0 | 0.61 | 214.84 | 0.19 | 0.33 |
| Hex | 44 | 51 | 63 | 1F | 12 | 0 | 3D | D7 | 13 | 21 |
| Octal | 104 | 121 | 143 | 37 | 22 | 0 | 75 | 327 | 23 | 41 |
| Binary | 1000100 | 1010001 | 1100011 | 11111 | 10010 | 0 | 111101 | 11010111 | 10011 | 100001 |
Color Harmonies of #445163
Complementary color
Monochromatic Colors of #445163
Black with #445163
Text Example
Text Example
White with #445163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445163; }
p { color: rgb(68,81,99); }
H1.HeaderClassName
{
color: #445163;
}
.AnyTagClassName
{
color: #445163;
}
</style>
background-color css
<style>
a { background-color: #445163; }
a { background-color: rgb(68,81,99); }
div.DivClassName
{
background-color: #445163;
}
.BgClassName
{
background-color: #445163;
}
</style>
border-color css
<style>
span { border-color: #445163; }
span { border-color: rgb(68,81,99); }
td.TdClassName
{
border-color: #445163;
}
.TagClassName
{
border-color: #445163;
}
</style>