Shades of San Juan #46565F
Tints of San Juan #46565F
RGB
CMYK
RGB Variations
Color information
#46565F (or 0x46565F) is known color: San Juan. HEX triplet: 46, 56 and 5F. RGB value is (70,86,95). Sum of RGB (Red+Green+Blue) = 70+86+95=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #46565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46565F is #B9A9A0. Grayscale: #525252. Windows color (decimal): -12167585 or 6248006. OLE color: 6248006.
HSL color Cylindrical-coordinate representation of color #46565F: hue angle of 201.6º 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 #46565F is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 86 | 95 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.63 |
| HSL | 201.6º | 0.15% | 0.32% | - |
| HSV(B) | 201.6º | 0.26% | 0.37% | - |
| XYZ | 7.92 | 8.78 | 12.1 | - |
| YUV | 82.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 86 | 95 | 0.26 | 0.09 | 0 | 0.63 | 201.6 | 0.15 | 0.32 |
| Hex | 46 | 56 | 5F | 1A | 9 | 0 | 3F | CA | F | 20 |
| Octal | 106 | 126 | 137 | 32 | 11 | 0 | 77 | 312 | 17 | 40 |
| Binary | 1000110 | 1010110 | 1011111 | 11010 | 1001 | 0 | 111111 | 11001010 | 1111 | 100000 |
Color Harmonies of #46565F
Complementary color
Monochromatic Colors of #46565F
Black with #46565F
Text Example
Text Example
White with #46565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46565F; }
p { color: rgb(70,86,95); }
H1.HeaderClassName
{
color: #46565F;
}
.AnyTagClassName
{
color: #46565F;
}
</style>
background-color css
<style>
a { background-color: #46565F; }
a { background-color: rgb(70,86,95); }
div.DivClassName
{
background-color: #46565F;
}
.BgClassName
{
background-color: #46565F;
}
</style>
border-color css
<style>
span { border-color: #46565F; }
span { border-color: rgb(70,86,95); }
td.TdClassName
{
border-color: #46565F;
}
.TagClassName
{
border-color: #46565F;
}
</style>