Shades of San Juan #46545B
Tints of San Juan #46545B
RGB
CMYK
RGB Variations
Color information
#46545B (or 0x46545B) is known color: San Juan. HEX triplet: 46, 54 and 5B. RGB value is (70,84,91). Sum of RGB (Red+Green+Blue) = 70+84+91=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #46545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46545B is #B9ABA4. Grayscale: #505050. Windows color (decimal): -12168101 or 5985350. OLE color: 5985350.
HSL color Cylindrical-coordinate representation of color #46545B: hue angle of 200º 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 #46545B is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 84 | 91 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.64 |
| HSL | 200º | 0.13% | 0.32% | - |
| HSV(B) | 200º | 0.23% | 0.36% | - |
| XYZ | 7.58 | 8.4 | 11.12 | - |
| YUV | 80.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 91 | 0.23 | 0.08 | 0 | 0.64 | 200 | 0.13 | 0.32 |
| Hex | 46 | 54 | 5B | 17 | 8 | 0 | 40 | C8 | D | 20 |
| Octal | 106 | 124 | 133 | 27 | 10 | 0 | 100 | 310 | 15 | 40 |
| Binary | 1000110 | 1010100 | 1011011 | 10111 | 1000 | 0 | 1000000 | 11001000 | 1101 | 100000 |
Color Harmonies of #46545B
Complementary color
Monochromatic Colors of #46545B
Black with #46545B
Text Example
Text Example
White with #46545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46545B; }
p { color: rgb(70,84,91); }
H1.HeaderClassName
{
color: #46545B;
}
.AnyTagClassName
{
color: #46545B;
}
</style>
background-color css
<style>
a { background-color: #46545B; }
a { background-color: rgb(70,84,91); }
div.DivClassName
{
background-color: #46545B;
}
.BgClassName
{
background-color: #46545B;
}
</style>
border-color css
<style>
span { border-color: #46545B; }
span { border-color: rgb(70,84,91); }
td.TdClassName
{
border-color: #46545B;
}
.TagClassName
{
border-color: #46545B;
}
</style>