Shades of San Juan #465A60
Tints of San Juan #465A60
RGB
CMYK
RGB Variations
Color information
#465A60 (or 0x465A60) is known color: San Juan. HEX triplet: 46, 5A and 60. RGB value is (70,90,96). Sum of RGB (Red+Green+Blue) = 70+90+96=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 96 (37.89% from 255 or 37.5% from 256); Max value from RGB is 96 - color contains mainly: blue. Hex color #465A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A60 is #B9A59F. Grayscale: #545454. Windows color (decimal): -12166560 or 6314566. OLE color: 6314566.
HSL color Cylindrical-coordinate representation of color #465A60: hue angle of 193.85º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465A60 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 90 | 96 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.62 |
| HSL | 193.85º | 0.16% | 0.33% | - |
| HSV(B) | 193.85º | 0.27% | 0.38% | - |
| XYZ | 8.29 | 9.46 | 12.45 | - |
| YUV | 84.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 96 | 0.27 | 0.06 | 0 | 0.62 | 193.85 | 0.16 | 0.33 |
| Hex | 46 | 5A | 60 | 1B | 6 | 0 | 3E | C2 | 10 | 21 |
| Octal | 106 | 132 | 140 | 33 | 6 | 0 | 76 | 302 | 20 | 41 |
| Binary | 1000110 | 1011010 | 1100000 | 11011 | 110 | 0 | 111110 | 11000010 | 10000 | 100001 |
Color Harmonies of #465A60
Complementary color
Monochromatic Colors of #465A60
Black with #465A60
Text Example
Text Example
White with #465A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A60; }
p { color: rgb(70,90,96); }
H1.HeaderClassName
{
color: #465A60;
}
.AnyTagClassName
{
color: #465A60;
}
</style>
background-color css
<style>
a { background-color: #465A60; }
a { background-color: rgb(70,90,96); }
div.DivClassName
{
background-color: #465A60;
}
.BgClassName
{
background-color: #465A60;
}
</style>
border-color css
<style>
span { border-color: #465A60; }
span { border-color: rgb(70,90,96); }
td.TdClassName
{
border-color: #465A60;
}
.TagClassName
{
border-color: #465A60;
}
</style>