Shades of San Juan #46535D
Tints of San Juan #46535D
RGB
CMYK
RGB Variations
Color information
#46535D (or 0x46535D) is known color: San Juan. HEX triplet: 46, 53 and 5D. RGB value is (70,83,93). Sum of RGB (Red+Green+Blue) = 70+83+93=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 93 - color contains mainly: blue. Hex color #46535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46535D is #B9ACA2. Grayscale: #505050. Windows color (decimal): -12168355 or 6116166. OLE color: 6116166.
HSL color Cylindrical-coordinate representation of color #46535D: hue angle of 206.09º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #46535D is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 83 | 93 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.64 |
| HSL | 206.09º | 0.14% | 0.32% | - |
| HSV(B) | 206.09º | 0.25% | 0.36% | - |
| XYZ | 7.59 | 8.28 | 11.55 | - |
| YUV | 80.25 | 135.19 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 93 | 0.25 | 0.11 | 0 | 0.64 | 206.09 | 0.14 | 0.32 |
| Hex | 46 | 53 | 5D | 19 | B | 0 | 40 | CE | E | 20 |
| Octal | 106 | 123 | 135 | 31 | 13 | 0 | 100 | 316 | 16 | 40 |
| Binary | 1000110 | 1010011 | 1011101 | 11001 | 1011 | 0 | 1000000 | 11001110 | 1110 | 100000 |
Color Harmonies of #46535D
Complementary color
Monochromatic Colors of #46535D
Black with #46535D
Text Example
Text Example
White with #46535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46535D; }
p { color: rgb(70,83,93); }
H1.HeaderClassName
{
color: #46535D;
}
.AnyTagClassName
{
color: #46535D;
}
</style>
background-color css
<style>
a { background-color: #46535D; }
a { background-color: rgb(70,83,93); }
div.DivClassName
{
background-color: #46535D;
}
.BgClassName
{
background-color: #46535D;
}
</style>
border-color css
<style>
span { border-color: #46535D; }
span { border-color: rgb(70,83,93); }
td.TdClassName
{
border-color: #46535D;
}
.TagClassName
{
border-color: #46535D;
}
</style>