Shades of San Juan #46555C
Tints of San Juan #46555C
RGB
CMYK
RGB Variations
Color information
#46555C (or 0x46555C) is known color: San Juan. HEX triplet: 46, 55 and 5C. RGB value is (70,85,92). Sum of RGB (Red+Green+Blue) = 70+85+92=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 92 - color contains mainly: blue. Hex color #46555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46555C is #B9AAA3. Grayscale: #515151. Windows color (decimal): -12167844 or 6051142. OLE color: 6051142.
HSL color Cylindrical-coordinate representation of color #46555C: hue angle of 199.09º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #46555C is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 85 | 92 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.64 |
| HSL | 199.09º | 0.14% | 0.32% | - |
| HSV(B) | 199.09º | 0.24% | 0.36% | - |
| XYZ | 7.71 | 8.57 | 11.37 | - |
| YUV | 81.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 85 | 92 | 0.24 | 0.08 | 0 | 0.64 | 199.09 | 0.14 | 0.32 |
| Hex | 46 | 55 | 5C | 18 | 8 | 0 | 40 | C7 | E | 20 |
| Octal | 106 | 125 | 134 | 30 | 10 | 0 | 100 | 307 | 16 | 40 |
| Binary | 1000110 | 1010101 | 1011100 | 11000 | 1000 | 0 | 1000000 | 11000111 | 1110 | 100000 |
Color Harmonies of #46555C
Complementary color
Monochromatic Colors of #46555C
Black with #46555C
Text Example
Text Example
White with #46555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46555C; }
p { color: rgb(70,85,92); }
H1.HeaderClassName
{
color: #46555C;
}
.AnyTagClassName
{
color: #46555C;
}
</style>
background-color css
<style>
a { background-color: #46555C; }
a { background-color: rgb(70,85,92); }
div.DivClassName
{
background-color: #46555C;
}
.BgClassName
{
background-color: #46555C;
}
</style>
border-color css
<style>
span { border-color: #46555C; }
span { border-color: rgb(70,85,92); }
td.TdClassName
{
border-color: #46555C;
}
.TagClassName
{
border-color: #46555C;
}
</style>