Shades of San Juan #46575E
Tints of San Juan #46575E
RGB
CMYK
RGB Variations
Color information
#46575E (or 0x46575E) is known color: San Juan. HEX triplet: 46, 57 and 5E. RGB value is (70,87,94). Sum of RGB (Red+Green+Blue) = 70+87+94=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 94 - color contains mainly: blue. Hex color #46575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46575E is #B9A8A1. Grayscale: #525252. Windows color (decimal): -12167330 or 6182726. OLE color: 6182726.
HSL color Cylindrical-coordinate representation of color #46575E: hue angle of 197.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46575E is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 87 | 94 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.63 |
| HSL | 197.5º | 0.15% | 0.32% | - |
| HSV(B) | 197.5º | 0.26% | 0.37% | - |
| XYZ | 7.95 | 8.93 | 11.89 | - |
| YUV | 82.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 87 | 94 | 0.26 | 0.07 | 0 | 0.63 | 197.5 | 0.15 | 0.32 |
| Hex | 46 | 57 | 5E | 1A | 7 | 0 | 3F | C6 | F | 20 |
| Octal | 106 | 127 | 136 | 32 | 7 | 0 | 77 | 306 | 17 | 40 |
| Binary | 1000110 | 1010111 | 1011110 | 11010 | 111 | 0 | 111111 | 11000110 | 1111 | 100000 |
Color Harmonies of #46575E
Complementary color
Monochromatic Colors of #46575E
Black with #46575E
Text Example
Text Example
White with #46575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46575E; }
p { color: rgb(70,87,94); }
H1.HeaderClassName
{
color: #46575E;
}
.AnyTagClassName
{
color: #46575E;
}
</style>
background-color css
<style>
a { background-color: #46575E; }
a { background-color: rgb(70,87,94); }
div.DivClassName
{
background-color: #46575E;
}
.BgClassName
{
background-color: #46575E;
}
</style>
border-color css
<style>
span { border-color: #46575E; }
span { border-color: rgb(70,87,94); }
td.TdClassName
{
border-color: #46575E;
}
.TagClassName
{
border-color: #46575E;
}
</style>