Shades of Cello #445263
Tints of Cello #445263
RGB
CMYK
RGB Variations
Color information
#445263 (or 0x445263) is known color: Cello. HEX triplet: 44, 52 and 63. RGB value is (68,82,99). Sum of RGB (Red+Green+Blue) = 68+82+99=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #445263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445263 is #BBAD9C. Grayscale: #4F4F4F. Windows color (decimal): -12299677 or 6509124. OLE color: 6509124.
HSL color Cylindrical-coordinate representation of color #445263: hue angle of 212.9º 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 #445263 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 82 | 99 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.61 |
| HSL | 212.9º | 0.19% | 0.33% | - |
| HSV(B) | 212.9º | 0.31% | 0.39% | - |
| XYZ | 7.65 | 8.16 | 12.98 | - |
| YUV | 79.75 | 138.86 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 99 | 0.31 | 0.17 | 0 | 0.61 | 212.9 | 0.19 | 0.33 |
| Hex | 44 | 52 | 63 | 1F | 11 | 0 | 3D | D5 | 13 | 21 |
| Octal | 104 | 122 | 143 | 37 | 21 | 0 | 75 | 325 | 23 | 41 |
| Binary | 1000100 | 1010010 | 1100011 | 11111 | 10001 | 0 | 111101 | 11010101 | 10011 | 100001 |
Color Harmonies of #445263
Complementary color
Monochromatic Colors of #445263
Black with #445263
Text Example
Text Example
White with #445263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445263; }
p { color: rgb(68,82,99); }
H1.HeaderClassName
{
color: #445263;
}
.AnyTagClassName
{
color: #445263;
}
</style>
background-color css
<style>
a { background-color: #445263; }
a { background-color: rgb(68,82,99); }
div.DivClassName
{
background-color: #445263;
}
.BgClassName
{
background-color: #445263;
}
</style>
border-color css
<style>
span { border-color: #445263; }
span { border-color: rgb(68,82,99); }
td.TdClassName
{
border-color: #445263;
}
.TagClassName
{
border-color: #445263;
}
</style>