Shades of Casal #444D4F
Tints of Casal #444D4F
RGB
CMYK
RGB Variations
Color information
#444D4F (or 0x444D4F) is known color: Casal. HEX triplet: 44, 4D and 4F. RGB value is (68,77,79). Sum of RGB (Red+Green+Blue) = 68+77+79=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 79 - color contains mainly: blue. Hex color #444D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D4F is #BBB2B0. Grayscale: #4A4A4A. Windows color (decimal): -12300977 or 5197124. OLE color: 5197124.
HSL color Cylindrical-coordinate representation of color #444D4F: hue angle of 190.91º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #444D4F is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 77 | 79 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.69 |
| HSL | 190.91º | 0.07% | 0.29% | - |
| HSV(B) | 190.91º | 0.14% | 0.31% | - |
| XYZ | 6.45 | 7.1 | 8.43 | - |
| YUV | 74.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 77 | 79 | 0.14 | 0.03 | 0 | 0.69 | 190.91 | 0.07 | 0.29 |
| Hex | 44 | 4D | 4F | E | 3 | 0 | 45 | BF | 7 | 1D |
| Octal | 104 | 115 | 117 | 16 | 3 | 0 | 105 | 277 | 7 | 35 |
| Binary | 1000100 | 1001101 | 1001111 | 1110 | 11 | 0 | 1000101 | 10111111 | 111 | 11101 |
Color Harmonies of #444D4F
Complementary color
Monochromatic Colors of #444D4F
Black with #444D4F
Text Example
Text Example
White with #444D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444D4F; }
p { color: rgb(68,77,79); }
H1.HeaderClassName
{
color: #444D4F;
}
.AnyTagClassName
{
color: #444D4F;
}
</style>
background-color css
<style>
a { background-color: #444D4F; }
a { background-color: rgb(68,77,79); }
div.DivClassName
{
background-color: #444D4F;
}
.BgClassName
{
background-color: #444D4F;
}
</style>
border-color css
<style>
span { border-color: #444D4F; }
span { border-color: rgb(68,77,79); }
td.TdClassName
{
border-color: #444D4F;
}
.TagClassName
{
border-color: #444D4F;
}
</style>