Shades of San Juan #445D69
Tints of San Juan #445D69
RGB
CMYK
RGB Variations
Color information
#445D69 (or 0x445D69) is known color: San Juan. HEX triplet: 44, 5D and 69. RGB value is (68,93,105). Sum of RGB (Red+Green+Blue) = 68+93+105=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 93 (36.72% from 255 or 34.96% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #445D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D69 is #BBA296. Grayscale: #565656. Windows color (decimal): -12296855 or 6905156. OLE color: 6905156.
HSL color Cylindrical-coordinate representation of color #445D69: hue angle of 199.46º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445D69 is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 93 | 105 | - |
| CMYK | 0.35 | 0.11 | 0 | 0.59 |
| HSL | 199.46º | 0.21% | 0.34% | - |
| HSV(B) | 199.46º | 0.35% | 0.41% | - |
| XYZ | 8.85 | 10.08 | 14.84 | - |
| YUV | 86.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 105 | 0.35 | 0.11 | 0 | 0.59 | 199.46 | 0.21 | 0.34 |
| Hex | 44 | 5D | 69 | 23 | B | 0 | 3B | C7 | 15 | 22 |
| Octal | 104 | 135 | 151 | 43 | 13 | 0 | 73 | 307 | 25 | 42 |
| Binary | 1000100 | 1011101 | 1101001 | 100011 | 1011 | 0 | 111011 | 11000111 | 10101 | 100010 |
Color Harmonies of #445D69
Complementary color
Monochromatic Colors of #445D69
Black with #445D69
Text Example
Text Example
White with #445D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D69; }
p { color: rgb(68,93,105); }
H1.HeaderClassName
{
color: #445D69;
}
.AnyTagClassName
{
color: #445D69;
}
</style>
background-color css
<style>
a { background-color: #445D69; }
a { background-color: rgb(68,93,105); }
div.DivClassName
{
background-color: #445D69;
}
.BgClassName
{
background-color: #445D69;
}
</style>
border-color css
<style>
span { border-color: #445D69; }
span { border-color: rgb(68,93,105); }
td.TdClassName
{
border-color: #445D69;
}
.TagClassName
{
border-color: #445D69;
}
</style>