Shades of Casal #424C4E
Tints of Casal #424C4E
RGB
CMYK
RGB Variations
Color information
#424C4E (or 0x424C4E) is known color: Casal. HEX triplet: 42, 4C and 4E. RGB value is (66,76,78). Sum of RGB (Red+Green+Blue) = 66+76+78=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 78 (30.86% from 255 or 35.45% from 220); Max value from RGB is 78 - color contains mainly: blue. Hex color #424C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C4E is #BDB3B1. Grayscale: #494949. Windows color (decimal): -12432306 or 5131330. OLE color: 5131330.
HSL color Cylindrical-coordinate representation of color #424C4E: hue angle of 190º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #424C4E is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 76 | 78 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.69 |
| HSL | 190º | 0.08% | 0.28% | - |
| HSV(B) | 190º | 0.15% | 0.31% | - |
| XYZ | 6.21 | 6.88 | 8.21 | - |
| YUV | 73.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 78 | 0.15 | 0.03 | 0 | 0.69 | 190 | 0.08 | 0.28 |
| Hex | 42 | 4C | 4E | F | 3 | 0 | 45 | BE | 8 | 1C |
| Octal | 102 | 114 | 116 | 17 | 3 | 0 | 105 | 276 | 10 | 34 |
| Binary | 1000010 | 1001100 | 1001110 | 1111 | 11 | 0 | 1000101 | 10111110 | 1000 | 11100 |
Color Harmonies of #424C4E
Complementary color
Monochromatic Colors of #424C4E
Black with #424C4E
Text Example
Text Example
White with #424C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424C4E; }
p { color: rgb(66,76,78); }
H1.HeaderClassName
{
color: #424C4E;
}
.AnyTagClassName
{
color: #424C4E;
}
</style>
background-color css
<style>
a { background-color: #424C4E; }
a { background-color: rgb(66,76,78); }
div.DivClassName
{
background-color: #424C4E;
}
.BgClassName
{
background-color: #424C4E;
}
</style>
border-color css
<style>
span { border-color: #424C4E; }
span { border-color: rgb(66,76,78); }
td.TdClassName
{
border-color: #424C4E;
}
.TagClassName
{
border-color: #424C4E;
}
</style>