Shades of San Juan #46585F
Tints of San Juan #46585F
RGB
CMYK
RGB Variations
Color information
#46585F (or 0x46585F) is known color: San Juan. HEX triplet: 46, 58 and 5F. RGB value is (70,88,95). Sum of RGB (Red+Green+Blue) = 70+88+95=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 95 - color contains mainly: blue. Hex color #46585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46585F is #B9A7A0. Grayscale: #535353. Windows color (decimal): -12167073 or 6248518. OLE color: 6248518.
HSL color Cylindrical-coordinate representation of color #46585F: hue angle of 196.8º 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 #46585F is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 88 | 95 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.63 |
| HSL | 196.8º | 0.15% | 0.32% | - |
| HSV(B) | 196.8º | 0.26% | 0.37% | - |
| XYZ | 8.08 | 9.11 | 12.16 | - |
| YUV | 83.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 95 | 0.26 | 0.07 | 0 | 0.63 | 196.8 | 0.15 | 0.32 |
| Hex | 46 | 58 | 5F | 1A | 7 | 0 | 3F | C5 | F | 20 |
| Octal | 106 | 130 | 137 | 32 | 7 | 0 | 77 | 305 | 17 | 40 |
| Binary | 1000110 | 1011000 | 1011111 | 11010 | 111 | 0 | 111111 | 11000101 | 1111 | 100000 |
Color Harmonies of #46585F
Complementary color
Monochromatic Colors of #46585F
Black with #46585F
Text Example
Text Example
White with #46585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46585F; }
p { color: rgb(70,88,95); }
H1.HeaderClassName
{
color: #46585F;
}
.AnyTagClassName
{
color: #46585F;
}
</style>
background-color css
<style>
a { background-color: #46585F; }
a { background-color: rgb(70,88,95); }
div.DivClassName
{
background-color: #46585F;
}
.BgClassName
{
background-color: #46585F;
}
</style>
border-color css
<style>
span { border-color: #46585F; }
span { border-color: rgb(70,88,95); }
td.TdClassName
{
border-color: #46585F;
}
.TagClassName
{
border-color: #46585F;
}
</style>