Shades of Casal #4A585B
Tints of Casal #4A585B
RGB
CMYK
RGB Variations
Color information
#4A585B (or 0x4A585B) is known color: Casal. HEX triplet: 4A, 58 and 5B. RGB value is (74,88,91). Sum of RGB (Red+Green+Blue) = 74+88+91=253 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.25% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A585B is #B5A7A4. Grayscale: #545454. Windows color (decimal): -11904933 or 5986378. OLE color: 5986378.
HSL color Cylindrical-coordinate representation of color #4A585B: hue angle of 190.59º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A585B is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 88 | 91 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.64 |
| HSL | 190.59º | 0.1% | 0.32% | - |
| HSV(B) | 190.59º | 0.19% | 0.36% | - |
| XYZ | 8.2 | 9.19 | 11.24 | - |
| YUV | 84.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 88 | 91 | 0.19 | 0.03 | 0 | 0.64 | 190.59 | 0.1 | 0.32 |
| Hex | 4A | 58 | 5B | 13 | 3 | 0 | 40 | BF | A | 20 |
| Octal | 112 | 130 | 133 | 23 | 3 | 0 | 100 | 277 | 12 | 40 |
| Binary | 1001010 | 1011000 | 1011011 | 10011 | 11 | 0 | 1000000 | 10111111 | 1010 | 100000 |
Color Harmonies of #4A585B
Complementary color
Monochromatic Colors of #4A585B
Black with #4A585B
Text Example
Text Example
White with #4A585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A585B; }
p { color: rgb(74,88,91); }
H1.HeaderClassName
{
color: #4A585B;
}
.AnyTagClassName
{
color: #4A585B;
}
</style>
background-color css
<style>
a { background-color: #4A585B; }
a { background-color: rgb(74,88,91); }
div.DivClassName
{
background-color: #4A585B;
}
.BgClassName
{
background-color: #4A585B;
}
</style>
border-color css
<style>
span { border-color: #4A585B; }
span { border-color: rgb(74,88,91); }
td.TdClassName
{
border-color: #4A585B;
}
.TagClassName
{
border-color: #4A585B;
}
</style>