Shades of San Juan #4A525A
Tints of San Juan #4A525A
RGB
CMYK
RGB Variations
Color information
#4A525A (or 0x4A525A) is known color: San Juan. HEX triplet: 4A, 52 and 5A. RGB value is (74,82,90). Sum of RGB (Red+Green+Blue) = 74+82+90=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A525A is #B5ADA5. Grayscale: #505050. Windows color (decimal): -11906470 or 5919306. OLE color: 5919306.
HSL color Cylindrical-coordinate representation of color #4A525A: hue angle of 210º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A525A is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 82 | 90 | - |
| CMYK | 0.18 | 0.09 | 0 | 0.65 |
| HSL | 210º | 0.1% | 0.32% | - |
| HSV(B) | 210º | 0.18% | 0.35% | - |
| XYZ | 7.69 | 8.23 | 10.86 | - |
| YUV | 80.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 90 | 0.18 | 0.09 | 0 | 0.65 | 210 | 0.1 | 0.32 |
| Hex | 4A | 52 | 5A | 12 | 9 | 0 | 41 | D2 | A | 20 |
| Octal | 112 | 122 | 132 | 22 | 11 | 0 | 101 | 322 | 12 | 40 |
| Binary | 1001010 | 1010010 | 1011010 | 10010 | 1001 | 0 | 1000001 | 11010010 | 1010 | 100000 |
Color Harmonies of #4A525A
Complementary color
Monochromatic Colors of #4A525A
Black with #4A525A
Text Example
Text Example
White with #4A525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A525A; }
p { color: rgb(74,82,90); }
H1.HeaderClassName
{
color: #4A525A;
}
.AnyTagClassName
{
color: #4A525A;
}
</style>
background-color css
<style>
a { background-color: #4A525A; }
a { background-color: rgb(74,82,90); }
div.DivClassName
{
background-color: #4A525A;
}
.BgClassName
{
background-color: #4A525A;
}
</style>
border-color css
<style>
span { border-color: #4A525A; }
span { border-color: rgb(74,82,90); }
td.TdClassName
{
border-color: #4A525A;
}
.TagClassName
{
border-color: #4A525A;
}
</style>