Shades of San Juan #445666
Tints of San Juan #445666
RGB
CMYK
RGB Variations
Color information
#445666 (or 0x445666) is known color: San Juan. HEX triplet: 44, 56 and 66. RGB value is (68,86,102). Sum of RGB (Red+Green+Blue) = 68+86+102=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 86 (33.98% from 255 or 33.59% 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 #445666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445666 is #BBA999. Grayscale: #525252. Windows color (decimal): -12298650 or 6706756. OLE color: 6706756.
HSL color Cylindrical-coordinate representation of color #445666: hue angle of 208.24º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445666 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 86 | 102 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.6 |
| HSL | 208.24º | 0.2% | 0.33% | - |
| HSV(B) | 208.24º | 0.33% | 0.4% | - |
| XYZ | 8.11 | 8.84 | 13.85 | - |
| YUV | 82.44 | 139.04 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 86 | 102 | 0.33 | 0.16 | 0 | 0.6 | 208.24 | 0.2 | 0.33 |
| Hex | 44 | 56 | 66 | 21 | 10 | 0 | 3C | D0 | 14 | 21 |
| Octal | 104 | 126 | 146 | 41 | 20 | 0 | 74 | 320 | 24 | 41 |
| Binary | 1000100 | 1010110 | 1100110 | 100001 | 10000 | 0 | 111100 | 11010000 | 10100 | 100001 |
Color Harmonies of #445666
Complementary color
Monochromatic Colors of #445666
Black with #445666
Text Example
Text Example
White with #445666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445666; }
p { color: rgb(68,86,102); }
H1.HeaderClassName
{
color: #445666;
}
.AnyTagClassName
{
color: #445666;
}
</style>
background-color css
<style>
a { background-color: #445666; }
a { background-color: rgb(68,86,102); }
div.DivClassName
{
background-color: #445666;
}
.BgClassName
{
background-color: #445666;
}
</style>
border-color css
<style>
span { border-color: #445666; }
span { border-color: rgb(68,86,102); }
td.TdClassName
{
border-color: #445666;
}
.TagClassName
{
border-color: #445666;
}
</style>