Shades of Casal #444E50
Tints of Casal #444E50
RGB
CMYK
RGB Variations
Color information
#444E50 (or 0x444E50) is known color: Casal. HEX triplet: 44, 4E and 50. RGB value is (68,78,80). Sum of RGB (Red+Green+Blue) = 68+78+80=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 80 - color contains mainly: blue. Hex color #444E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E50 is #BBB1AF. Grayscale: #4B4B4B. Windows color (decimal): -12300720 or 5262916. OLE color: 5262916.
HSL color Cylindrical-coordinate representation of color #444E50: hue angle of 190º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #444E50 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 78 | 80 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.69 |
| HSL | 190º | 0.08% | 0.29% | - |
| HSV(B) | 190º | 0.15% | 0.31% | - |
| XYZ | 6.56 | 7.26 | 8.64 | - |
| YUV | 75.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 78 | 80 | 0.15 | 0.02 | 0 | 0.69 | 190 | 0.08 | 0.29 |
| Hex | 44 | 4E | 50 | F | 2 | 0 | 45 | BE | 8 | 1D |
| Octal | 104 | 116 | 120 | 17 | 2 | 0 | 105 | 276 | 10 | 35 |
| Binary | 1000100 | 1001110 | 1010000 | 1111 | 10 | 0 | 1000101 | 10111110 | 1000 | 11101 |
Color Harmonies of #444E50
Complementary color
Monochromatic Colors of #444E50
Black with #444E50
Text Example
Text Example
White with #444E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444E50; }
p { color: rgb(68,78,80); }
H1.HeaderClassName
{
color: #444E50;
}
.AnyTagClassName
{
color: #444E50;
}
</style>
background-color css
<style>
a { background-color: #444E50; }
a { background-color: rgb(68,78,80); }
div.DivClassName
{
background-color: #444E50;
}
.BgClassName
{
background-color: #444E50;
}
</style>
border-color css
<style>
span { border-color: #444E50; }
span { border-color: rgb(68,78,80); }
td.TdClassName
{
border-color: #444E50;
}
.TagClassName
{
border-color: #444E50;
}
</style>