Shades of San Juan #465A61
Tints of San Juan #465A61
RGB
CMYK
RGB Variations
Color information
#465A61 (or 0x465A61) is known color: San Juan. HEX triplet: 46, 5A and 61. RGB value is (70,90,97). Sum of RGB (Red+Green+Blue) = 70+90+97=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #465A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465A61 is #B9A59E. Grayscale: #545454. Windows color (decimal): -12166559 or 6380102. OLE color: 6380102.
HSL color Cylindrical-coordinate representation of color #465A61: hue angle of 195.56º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #465A61 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 90 | 97 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.62 |
| HSL | 195.56º | 0.16% | 0.33% | - |
| HSV(B) | 195.56º | 0.28% | 0.38% | - |
| XYZ | 8.34 | 9.48 | 12.7 | - |
| YUV | 84.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 97 | 0.28 | 0.07 | 0 | 0.62 | 195.56 | 0.16 | 0.33 |
| Hex | 46 | 5A | 61 | 1C | 7 | 0 | 3E | C4 | 10 | 21 |
| Octal | 106 | 132 | 141 | 34 | 7 | 0 | 76 | 304 | 20 | 41 |
| Binary | 1000110 | 1011010 | 1100001 | 11100 | 111 | 0 | 111110 | 11000100 | 10000 | 100001 |
Color Harmonies of #465A61
Complementary color
Monochromatic Colors of #465A61
Black with #465A61
Text Example
Text Example
White with #465A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A61; }
p { color: rgb(70,90,97); }
H1.HeaderClassName
{
color: #465A61;
}
.AnyTagClassName
{
color: #465A61;
}
</style>
background-color css
<style>
a { background-color: #465A61; }
a { background-color: rgb(70,90,97); }
div.DivClassName
{
background-color: #465A61;
}
.BgClassName
{
background-color: #465A61;
}
</style>
border-color css
<style>
span { border-color: #465A61; }
span { border-color: rgb(70,90,97); }
td.TdClassName
{
border-color: #465A61;
}
.TagClassName
{
border-color: #465A61;
}
</style>