Shades of San Juan #4A535B
Tints of San Juan #4A535B
RGB
CMYK
RGB Variations
Color information
#4A535B (or 0x4A535B) is known color: San Juan. HEX triplet: 4A, 53 and 5B. RGB value is (74,83,91). Sum of RGB (Red+Green+Blue) = 74+83+91=248 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.84% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 91 - color contains mainly: blue. Hex color #4A535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A535B is #B5ACA4. Grayscale: #515151. Windows color (decimal): -11906213 or 5985098. OLE color: 5985098.
HSL color Cylindrical-coordinate representation of color #4A535B: hue angle of 208.24º 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 #4A535B is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 74 | 83 | 91 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.64 |
| HSL | 208.24º | 0.1% | 0.32% | - |
| HSV(B) | 208.24º | 0.19% | 0.36% | - |
| XYZ | 7.81 | 8.4 | 11.11 | - |
| YUV | 81.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 91 | 0.19 | 0.09 | 0 | 0.64 | 208.24 | 0.1 | 0.32 |
| Hex | 4A | 53 | 5B | 13 | 9 | 0 | 40 | D0 | A | 20 |
| Octal | 112 | 123 | 133 | 23 | 11 | 0 | 100 | 320 | 12 | 40 |
| Binary | 1001010 | 1010011 | 1011011 | 10011 | 1001 | 0 | 1000000 | 11010000 | 1010 | 100000 |
Color Harmonies of #4A535B
Complementary color
Monochromatic Colors of #4A535B
Black with #4A535B
Text Example
Text Example
White with #4A535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A535B; }
p { color: rgb(74,83,91); }
H1.HeaderClassName
{
color: #4A535B;
}
.AnyTagClassName
{
color: #4A535B;
}
</style>
background-color css
<style>
a { background-color: #4A535B; }
a { background-color: rgb(74,83,91); }
div.DivClassName
{
background-color: #4A535B;
}
.BgClassName
{
background-color: #4A535B;
}
</style>
border-color css
<style>
span { border-color: #4A535B; }
span { border-color: rgb(74,83,91); }
td.TdClassName
{
border-color: #4A535B;
}
.TagClassName
{
border-color: #4A535B;
}
</style>