Shades of San Juan #46555E
Tints of San Juan #46555E
RGB
CMYK
RGB Variations
Color information
#46555E (or 0x46555E) is known color: San Juan. HEX triplet: 46, 55 and 5E. RGB value is (70,85,94). Sum of RGB (Red+Green+Blue) = 70+85+94=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 94 - color contains mainly: blue. Hex color #46555E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46555E is #B9AAA1. Grayscale: #515151. Windows color (decimal): -12167842 or 6182214. OLE color: 6182214.
HSL color Cylindrical-coordinate representation of color #46555E: hue angle of 202.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 #46555E is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 85 | 94 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.63 |
| HSL | 202.5º | 0.15% | 0.32% | - |
| HSV(B) | 202.5º | 0.26% | 0.37% | - |
| XYZ | 7.79 | 8.61 | 11.84 | - |
| YUV | 81.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 94 | 0.26 | 0.10 | 0 | 0.63 | 202.5 | 0.15 | 0.32 |
| Hex | 46 | 55 | 5E | 1A | A | 0 | 3F | CA | F | 20 |
| Octal | 106 | 125 | 136 | 32 | 12 | 0 | 77 | 312 | 17 | 40 |
| Binary | 1000110 | 1010101 | 1011110 | 11010 | 1010 | 0 | 111111 | 11001010 | 1111 | 100000 |
Color Harmonies of #46555E
Complementary color
Monochromatic Colors of #46555E
Black with #46555E
Text Example
Text Example
White with #46555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46555E; }
p { color: rgb(70,85,94); }
H1.HeaderClassName
{
color: #46555E;
}
.AnyTagClassName
{
color: #46555E;
}
</style>
background-color css
<style>
a { background-color: #46555E; }
a { background-color: rgb(70,85,94); }
div.DivClassName
{
background-color: #46555E;
}
.BgClassName
{
background-color: #46555E;
}
</style>
border-color css
<style>
span { border-color: #46555E; }
span { border-color: rgb(70,85,94); }
td.TdClassName
{
border-color: #46555E;
}
.TagClassName
{
border-color: #46555E;
}
</style>