Shades of Casal #414D4F
Tints of Casal #414D4F
RGB
CMYK
RGB Variations
Color information
#414D4F (or 0x414D4F) is known color: Casal. HEX triplet: 41, 4D and 4F. RGB value is (65,77,79). Sum of RGB (Red+Green+Blue) = 65+77+79=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 79 - color contains mainly: blue. Hex color #414D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414D4F is #BEB2B0. Grayscale: #494949. Windows color (decimal): -12497585 or 5197121. OLE color: 5197121.
HSL color Cylindrical-coordinate representation of color #414D4F: hue angle of 188.57º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #414D4F is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 77 | 79 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.69 |
| HSL | 188.57º | 0.1% | 0.28% | - |
| HSV(B) | 188.57º | 0.18% | 0.31% | - |
| XYZ | 6.25 | 7 | 8.42 | - |
| YUV | 73.64 | 131.02 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 79 | 0.18 | 0.03 | 0 | 0.69 | 188.57 | 0.1 | 0.28 |
| Hex | 41 | 4D | 4F | 12 | 3 | 0 | 45 | BD | A | 1C |
| Octal | 101 | 115 | 117 | 22 | 3 | 0 | 105 | 275 | 12 | 34 |
| Binary | 1000001 | 1001101 | 1001111 | 10010 | 11 | 0 | 1000101 | 10111101 | 1010 | 11100 |
Color Harmonies of #414D4F
Complementary color
Monochromatic Colors of #414D4F
Black with #414D4F
Text Example
Text Example
White with #414D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D4F; }
p { color: rgb(65,77,79); }
H1.HeaderClassName
{
color: #414D4F;
}
.AnyTagClassName
{
color: #414D4F;
}
</style>
background-color css
<style>
a { background-color: #414D4F; }
a { background-color: rgb(65,77,79); }
div.DivClassName
{
background-color: #414D4F;
}
.BgClassName
{
background-color: #414D4F;
}
</style>
border-color css
<style>
span { border-color: #414D4F; }
span { border-color: rgb(65,77,79); }
td.TdClassName
{
border-color: #414D4F;
}
.TagClassName
{
border-color: #414D4F;
}
</style>