Shades of San Juan #405A66
Tints of San Juan #405A66
RGB
CMYK
RGB Variations
Color information
#405A66 (or 0x405A66) is known color: San Juan. HEX triplet: 40, 5A and 66. RGB value is (64,90,102). Sum of RGB (Red+Green+Blue) = 64+90+102=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 102 - color contains mainly: blue. Hex color #405A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405A66 is #BFA599. Grayscale: #535353. Windows color (decimal): -12559770 or 6707776. OLE color: 6707776.
HSL color Cylindrical-coordinate representation of color #405A66: hue angle of 198.95º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #405A66 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 64 | 90 | 102 | - |
| CMYK | 0.37 | 0.12 | 0 | 0.6 |
| HSL | 198.95º | 0.23% | 0.33% | - |
| HSV(B) | 198.95º | 0.37% | 0.4% | - |
| XYZ | 8.17 | 9.36 | 13.95 | - |
| YUV | 83.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 102 | 0.37 | 0.12 | 0 | 0.6 | 198.95 | 0.23 | 0.33 |
| Hex | 40 | 5A | 66 | 25 | C | 0 | 3C | C7 | 17 | 21 |
| Octal | 100 | 132 | 146 | 45 | 14 | 0 | 74 | 307 | 27 | 41 |
| Binary | 1000000 | 1011010 | 1100110 | 100101 | 1100 | 0 | 111100 | 11000111 | 10111 | 100001 |
Color Harmonies of #405A66
Complementary color
Monochromatic Colors of #405A66
Black with #405A66
Text Example
Text Example
White with #405A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A66; }
p { color: rgb(64,90,102); }
H1.HeaderClassName
{
color: #405A66;
}
.AnyTagClassName
{
color: #405A66;
}
</style>
background-color css
<style>
a { background-color: #405A66; }
a { background-color: rgb(64,90,102); }
div.DivClassName
{
background-color: #405A66;
}
.BgClassName
{
background-color: #405A66;
}
</style>
border-color css
<style>
span { border-color: #405A66; }
span { border-color: rgb(64,90,102); }
td.TdClassName
{
border-color: #405A66;
}
.TagClassName
{
border-color: #405A66;
}
</style>