Shades of Casal #424E51
Tints of Casal #424E51
RGB
CMYK
RGB Variations
Color information
#424E51 (or 0x424E51) is known color: Casal. HEX triplet: 42, 4E and 51. RGB value is (66,78,81). Sum of RGB (Red+Green+Blue) = 66+78+81=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 81 - color contains mainly: blue. Hex color #424E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424E51 is #BDB1AE. Grayscale: #4A4A4A. Windows color (decimal): -12431791 or 5328450. OLE color: 5328450.
HSL color Cylindrical-coordinate representation of color #424E51: hue angle of 192º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424E51 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 78 | 81 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.68 |
| HSL | 192º | 0.1% | 0.29% | - |
| HSV(B) | 192º | 0.19% | 0.32% | - |
| XYZ | 6.46 | 7.2 | 8.83 | - |
| YUV | 74.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 81 | 0.19 | 0.04 | 0 | 0.68 | 192 | 0.1 | 0.29 |
| Hex | 42 | 4E | 51 | 13 | 4 | 0 | 44 | C0 | A | 1D |
| Octal | 102 | 116 | 121 | 23 | 4 | 0 | 104 | 300 | 12 | 35 |
| Binary | 1000010 | 1001110 | 1010001 | 10011 | 100 | 0 | 1000100 | 11000000 | 1010 | 11101 |
Color Harmonies of #424E51
Complementary color
Monochromatic Colors of #424E51
Black with #424E51
Text Example
Text Example
White with #424E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E51; }
p { color: rgb(66,78,81); }
H1.HeaderClassName
{
color: #424E51;
}
.AnyTagClassName
{
color: #424E51;
}
</style>
background-color css
<style>
a { background-color: #424E51; }
a { background-color: rgb(66,78,81); }
div.DivClassName
{
background-color: #424E51;
}
.BgClassName
{
background-color: #424E51;
}
</style>
border-color css
<style>
span { border-color: #424E51; }
span { border-color: rgb(66,78,81); }
td.TdClassName
{
border-color: #424E51;
}
.TagClassName
{
border-color: #424E51;
}
</style>