Shades of San Juan #40566A
Tints of San Juan #40566A
RGB
CMYK
RGB Variations
Color information
#40566A (or 0x40566A) is known color: San Juan. HEX triplet: 40, 56 and 6A. RGB value is (64,86,106). Sum of RGB (Red+Green+Blue) = 64+86+106=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #40566A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40566A is #BFA995. Grayscale: #515151. Windows color (decimal): -12560790 or 6968896. OLE color: 6968896.
HSL color Cylindrical-coordinate representation of color #40566A: hue angle of 208.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40566A is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 86 | 106 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.58 |
| HSL | 208.57º | 0.25% | 0.33% | - |
| HSV(B) | 208.57º | 0.4% | 0.42% | - |
| XYZ | 8.04 | 8.79 | 14.91 | - |
| YUV | 81.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 106 | 0.40 | 0.19 | 0 | 0.58 | 208.57 | 0.25 | 0.33 |
| Hex | 40 | 56 | 6A | 28 | 13 | 0 | 3A | D1 | 19 | 21 |
| Octal | 100 | 126 | 152 | 50 | 23 | 0 | 72 | 321 | 31 | 41 |
| Binary | 1000000 | 1010110 | 1101010 | 101000 | 10011 | 0 | 111010 | 11010001 | 11001 | 100001 |
Color Harmonies of #40566A
Complementary color
Monochromatic Colors of #40566A
Black with #40566A
Text Example
Text Example
White with #40566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40566A; }
p { color: rgb(64,86,106); }
H1.HeaderClassName
{
color: #40566A;
}
.AnyTagClassName
{
color: #40566A;
}
</style>
background-color css
<style>
a { background-color: #40566A; }
a { background-color: rgb(64,86,106); }
div.DivClassName
{
background-color: #40566A;
}
.BgClassName
{
background-color: #40566A;
}
</style>
border-color css
<style>
span { border-color: #40566A; }
span { border-color: rgb(64,86,106); }
td.TdClassName
{
border-color: #40566A;
}
.TagClassName
{
border-color: #40566A;
}
</style>