Shades of San Juan #46525B
Tints of San Juan #46525B
RGB
CMYK
RGB Variations
Color information
#46525B (or 0x46525B) is known color: San Juan. HEX triplet: 46, 52 and 5B. RGB value is (70,82,91). Sum of RGB (Red+Green+Blue) = 70+82+91=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 91 - color contains mainly: blue. Hex color #46525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46525B is #B9ADA4. Grayscale: #4F4F4F. Windows color (decimal): -12168613 or 5984838. OLE color: 5984838.
HSL color Cylindrical-coordinate representation of color #46525B: hue angle of 205.71º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #46525B is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 82 | 91 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.64 |
| HSL | 205.71º | 0.13% | 0.32% | - |
| HSV(B) | 205.71º | 0.23% | 0.36% | - |
| XYZ | 7.43 | 8.09 | 11.07 | - |
| YUV | 79.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 91 | 0.23 | 0.10 | 0 | 0.64 | 205.71 | 0.13 | 0.32 |
| Hex | 46 | 52 | 5B | 17 | A | 0 | 40 | CE | D | 20 |
| Octal | 106 | 122 | 133 | 27 | 12 | 0 | 100 | 316 | 15 | 40 |
| Binary | 1000110 | 1010010 | 1011011 | 10111 | 1010 | 0 | 1000000 | 11001110 | 1101 | 100000 |
Color Harmonies of #46525B
Complementary color
Monochromatic Colors of #46525B
Black with #46525B
Text Example
Text Example
White with #46525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46525B; }
p { color: rgb(70,82,91); }
H1.HeaderClassName
{
color: #46525B;
}
.AnyTagClassName
{
color: #46525B;
}
</style>
background-color css
<style>
a { background-color: #46525B; }
a { background-color: rgb(70,82,91); }
div.DivClassName
{
background-color: #46525B;
}
.BgClassName
{
background-color: #46525B;
}
</style>
border-color css
<style>
span { border-color: #46525B; }
span { border-color: rgb(70,82,91); }
td.TdClassName
{
border-color: #46525B;
}
.TagClassName
{
border-color: #46525B;
}
</style>