Shades of San Juan #46585E
Tints of San Juan #46585E
RGB
CMYK
RGB Variations
Color information
#46585E (or 0x46585E) is known color: San Juan. HEX triplet: 46, 58 and 5E. RGB value is (70,88,94). Sum of RGB (Red+Green+Blue) = 70+88+94=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 94 (37.11% from 255 or 37.30% from 252); Max value from RGB is 94 - color contains mainly: blue. Hex color #46585E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46585E is #B9A7A1. Grayscale: #535353. Windows color (decimal): -12167074 or 6182982. OLE color: 6182982.
HSL color Cylindrical-coordinate representation of color #46585E: hue angle of 195º 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 #46585E is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 88 | 94 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.63 |
| HSL | 195º | 0.15% | 0.32% | - |
| HSV(B) | 195º | 0.26% | 0.37% | - |
| XYZ | 8.04 | 9.09 | 11.92 | - |
| YUV | 83.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 94 | 0.26 | 0.06 | 0 | 0.63 | 195 | 0.15 | 0.32 |
| Hex | 46 | 58 | 5E | 1A | 6 | 0 | 3F | C3 | F | 20 |
| Octal | 106 | 130 | 136 | 32 | 6 | 0 | 77 | 303 | 17 | 40 |
| Binary | 1000110 | 1011000 | 1011110 | 11010 | 110 | 0 | 111111 | 11000011 | 1111 | 100000 |
Color Harmonies of #46585E
Complementary color
Monochromatic Colors of #46585E
Black with #46585E
Text Example
Text Example
White with #46585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46585E; }
p { color: rgb(70,88,94); }
H1.HeaderClassName
{
color: #46585E;
}
.AnyTagClassName
{
color: #46585E;
}
</style>
background-color css
<style>
a { background-color: #46585E; }
a { background-color: rgb(70,88,94); }
div.DivClassName
{
background-color: #46585E;
}
.BgClassName
{
background-color: #46585E;
}
</style>
border-color css
<style>
span { border-color: #46585E; }
span { border-color: rgb(70,88,94); }
td.TdClassName
{
border-color: #46585E;
}
.TagClassName
{
border-color: #46585E;
}
</style>