Shades of San Juan #465863
Tints of San Juan #465863
RGB
CMYK
RGB Variations
Color information
#465863 (or 0x465863) is known color: San Juan. HEX triplet: 46, 58 and 63. RGB value is (70,88,99). Sum of RGB (Red+Green+Blue) = 70+88+99=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #465863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465863 is #B9A79C. Grayscale: #535353. Windows color (decimal): -12167069 or 6510662. OLE color: 6510662.
HSL color Cylindrical-coordinate representation of color #465863: hue angle of 202.76º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #465863 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 88 | 99 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.61 |
| HSL | 202.76º | 0.17% | 0.33% | - |
| HSV(B) | 202.76º | 0.29% | 0.39% | - |
| XYZ | 8.27 | 9.18 | 13.14 | - |
| YUV | 83.87 | 136.54 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 88 | 99 | 0.29 | 0.11 | 0 | 0.61 | 202.76 | 0.17 | 0.33 |
| Hex | 46 | 58 | 63 | 1D | B | 0 | 3D | CB | 11 | 21 |
| Octal | 106 | 130 | 143 | 35 | 13 | 0 | 75 | 313 | 21 | 41 |
| Binary | 1000110 | 1011000 | 1100011 | 11101 | 1011 | 0 | 111101 | 11001011 | 10001 | 100001 |
Color Harmonies of #465863
Complementary color
Monochromatic Colors of #465863
Black with #465863
Text Example
Text Example
White with #465863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465863; }
p { color: rgb(70,88,99); }
H1.HeaderClassName
{
color: #465863;
}
.AnyTagClassName
{
color: #465863;
}
</style>
background-color css
<style>
a { background-color: #465863; }
a { background-color: rgb(70,88,99); }
div.DivClassName
{
background-color: #465863;
}
.BgClassName
{
background-color: #465863;
}
</style>
border-color css
<style>
span { border-color: #465863; }
span { border-color: rgb(70,88,99); }
td.TdClassName
{
border-color: #465863;
}
.TagClassName
{
border-color: #465863;
}
</style>