Shades of San Juan #465B65
Tints of San Juan #465B65
RGB
CMYK
RGB Variations
Color information
#465B65 (or 0x465B65) is known color: San Juan. HEX triplet: 46, 5B and 65. RGB value is (70,91,101). Sum of RGB (Red+Green+Blue) = 70+91+101=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 101 - color contains mainly: blue. Hex color #465B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465B65 is #B9A49A. Grayscale: #555555. Windows color (decimal): -12166299 or 6642502. OLE color: 6642502.
HSL color Cylindrical-coordinate representation of color #465B65: hue angle of 199.35º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #465B65 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 91 | 101 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.60 |
| HSL | 199.35º | 0.18% | 0.34% | - |
| HSV(B) | 199.35º | 0.31% | 0.4% | - |
| XYZ | 8.62 | 9.72 | 13.73 | - |
| YUV | 85.86 | 136.54 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 101 | 0.31 | 0.10 | 0 | 0.60 | 199.35 | 0.18 | 0.34 |
| Hex | 46 | 5B | 65 | 1F | A | 0 | 3C | C7 | 12 | 22 |
| Octal | 106 | 133 | 145 | 37 | 12 | 0 | 74 | 307 | 22 | 42 |
| Binary | 1000110 | 1011011 | 1100101 | 11111 | 1010 | 0 | 111100 | 11000111 | 10010 | 100010 |
Color Harmonies of #465B65
Complementary color
Monochromatic Colors of #465B65
Black with #465B65
Text Example
Text Example
White with #465B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465B65; }
p { color: rgb(70,91,101); }
H1.HeaderClassName
{
color: #465B65;
}
.AnyTagClassName
{
color: #465B65;
}
</style>
background-color css
<style>
a { background-color: #465B65; }
a { background-color: rgb(70,91,101); }
div.DivClassName
{
background-color: #465B65;
}
.BgClassName
{
background-color: #465B65;
}
</style>
border-color css
<style>
span { border-color: #465B65; }
span { border-color: rgb(70,91,101); }
td.TdClassName
{
border-color: #465B65;
}
.TagClassName
{
border-color: #465B65;
}
</style>