Shades of San Juan #405D70
Tints of San Juan #405D70
RGB
CMYK
RGB Variations
Color information
#405D70 (or 0x405D70) is known color: San Juan. HEX triplet: 40, 5D and 70. RGB value is (64,93,112). Sum of RGB (Red+Green+Blue) = 64+93+112=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 112 - color contains mainly: blue. Hex color #405D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D70 is #BFA28F. Grayscale: #565656. Windows color (decimal): -12558992 or 7363904. OLE color: 7363904.
HSL color Cylindrical-coordinate representation of color #405D70: hue angle of 203.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #405D70 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 93 | 112 | - |
| CMYK | 0.43 | 0.17 | 0 | 0.56 |
| HSL | 203.75º | 0.27% | 0.35% | - |
| HSV(B) | 203.75º | 0.43% | 0.44% | - |
| XYZ | 8.95 | 10.09 | 16.8 | - |
| YUV | 86.5 | 142.39 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 112 | 0.43 | 0.17 | 0 | 0.56 | 203.75 | 0.27 | 0.35 |
| Hex | 40 | 5D | 70 | 2B | 11 | 0 | 38 | CC | 1B | 23 |
| Octal | 100 | 135 | 160 | 53 | 21 | 0 | 70 | 314 | 33 | 43 |
| Binary | 1000000 | 1011101 | 1110000 | 101011 | 10001 | 0 | 111000 | 11001100 | 11011 | 100011 |
Color Harmonies of #405D70
Complementary color
Monochromatic Colors of #405D70
Black with #405D70
Text Example
Text Example
White with #405D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D70; }
p { color: rgb(64,93,112); }
H1.HeaderClassName
{
color: #405D70;
}
.AnyTagClassName
{
color: #405D70;
}
</style>
background-color css
<style>
a { background-color: #405D70; }
a { background-color: rgb(64,93,112); }
div.DivClassName
{
background-color: #405D70;
}
.BgClassName
{
background-color: #405D70;
}
</style>
border-color css
<style>
span { border-color: #405D70; }
span { border-color: rgb(64,93,112); }
td.TdClassName
{
border-color: #405D70;
}
.TagClassName
{
border-color: #405D70;
}
</style>