Shades of San Juan #46535A
Tints of San Juan #46535A
RGB
CMYK
RGB Variations
Color information
#46535A (or 0x46535A) is known color: San Juan. HEX triplet: 46, 53 and 5A. RGB value is (70,83,90). Sum of RGB (Red+Green+Blue) = 70+83+90=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #46535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46535A is #B9ACA5. Grayscale: #4F4F4F. Windows color (decimal): -12168358 or 5919558. OLE color: 5919558.
HSL color Cylindrical-coordinate representation of color #46535A: hue angle of 201º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #46535A is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 83 | 90 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.65 |
| HSL | 201º | 0.13% | 0.31% | - |
| HSV(B) | 201º | 0.22% | 0.35% | - |
| XYZ | 7.46 | 8.23 | 10.87 | - |
| YUV | 79.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 90 | 0.22 | 0.08 | 0 | 0.65 | 201 | 0.13 | 0.31 |
| Hex | 46 | 53 | 5A | 16 | 8 | 0 | 41 | C9 | C | 1F |
| Octal | 106 | 123 | 132 | 26 | 10 | 0 | 101 | 311 | 14 | 37 |
| Binary | 1000110 | 1010011 | 1011010 | 10110 | 1000 | 0 | 1000001 | 11001001 | 1100 | 11111 |
Color Harmonies of #46535A
Complementary color
Monochromatic Colors of #46535A
Black with #46535A
Text Example
Text Example
White with #46535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46535A; }
p { color: rgb(70,83,90); }
H1.HeaderClassName
{
color: #46535A;
}
.AnyTagClassName
{
color: #46535A;
}
</style>
background-color css
<style>
a { background-color: #46535A; }
a { background-color: rgb(70,83,90); }
div.DivClassName
{
background-color: #46535A;
}
.BgClassName
{
background-color: #46535A;
}
</style>
border-color css
<style>
span { border-color: #46535A; }
span { border-color: rgb(70,83,90); }
td.TdClassName
{
border-color: #46535A;
}
.TagClassName
{
border-color: #46535A;
}
</style>