Shades of San Juan #445D66
Tints of San Juan #445D66
RGB
CMYK
RGB Variations
Color information
#445D66 (or 0x445D66) is known color: San Juan. HEX triplet: 44, 5D and 66. RGB value is (68,93,102). Sum of RGB (Red+Green+Blue) = 68+93+102=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 93 (36.72% from 255 or 35.36% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 102 - color contains mainly: blue. Hex color #445D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D66 is #BBA299. Grayscale: #565656. Windows color (decimal): -12296858 or 6708548. OLE color: 6708548.
HSL color Cylindrical-coordinate representation of color #445D66: hue angle of 195.88º 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 #445D66 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 93 | 102 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.6 |
| HSL | 195.88º | 0.2% | 0.33% | - |
| HSV(B) | 195.88º | 0.33% | 0.4% | - |
| XYZ | 8.7 | 10.02 | 14.05 | - |
| YUV | 86.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 102 | 0.33 | 0.09 | 0 | 0.6 | 195.88 | 0.2 | 0.33 |
| Hex | 44 | 5D | 66 | 21 | 9 | 0 | 3C | C4 | 14 | 21 |
| Octal | 104 | 135 | 146 | 41 | 11 | 0 | 74 | 304 | 24 | 41 |
| Binary | 1000100 | 1011101 | 1100110 | 100001 | 1001 | 0 | 111100 | 11000100 | 10100 | 100001 |
Color Harmonies of #445D66
Complementary color
Monochromatic Colors of #445D66
Black with #445D66
Text Example
Text Example
White with #445D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D66; }
p { color: rgb(68,93,102); }
H1.HeaderClassName
{
color: #445D66;
}
.AnyTagClassName
{
color: #445D66;
}
</style>
background-color css
<style>
a { background-color: #445D66; }
a { background-color: rgb(68,93,102); }
div.DivClassName
{
background-color: #445D66;
}
.BgClassName
{
background-color: #445D66;
}
</style>
border-color css
<style>
span { border-color: #445D66; }
span { border-color: rgb(68,93,102); }
td.TdClassName
{
border-color: #445D66;
}
.TagClassName
{
border-color: #445D66;
}
</style>