Shades of San Juan #445D67
Tints of San Juan #445D67
RGB
CMYK
RGB Variations
Color information
#445D67 (or 0x445D67) is known color: San Juan. HEX triplet: 44, 5D and 67. RGB value is (68,93,103). Sum of RGB (Red+Green+Blue) = 68+93+103=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 103 - color contains mainly: blue. Hex color #445D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D67 is #BBA298. Grayscale: #565656. Windows color (decimal): -12296857 or 6774084. OLE color: 6774084.
HSL color Cylindrical-coordinate representation of color #445D67: hue angle of 197.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #445D67 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 93 | 103 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.60 |
| HSL | 197.14º | 0.2% | 0.34% | - |
| HSV(B) | 197.14º | 0.34% | 0.4% | - |
| XYZ | 8.75 | 10.04 | 14.31 | - |
| YUV | 86.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 103 | 0.34 | 0.10 | 0 | 0.60 | 197.14 | 0.2 | 0.34 |
| Hex | 44 | 5D | 67 | 22 | A | 0 | 3C | C5 | 14 | 22 |
| Octal | 104 | 135 | 147 | 42 | 12 | 0 | 74 | 305 | 24 | 42 |
| Binary | 1000100 | 1011101 | 1100111 | 100010 | 1010 | 0 | 111100 | 11000101 | 10100 | 100010 |
Color Harmonies of #445D67
Complementary color
Monochromatic Colors of #445D67
Black with #445D67
Text Example
Text Example
White with #445D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D67; }
p { color: rgb(68,93,103); }
H1.HeaderClassName
{
color: #445D67;
}
.AnyTagClassName
{
color: #445D67;
}
</style>
background-color css
<style>
a { background-color: #445D67; }
a { background-color: rgb(68,93,103); }
div.DivClassName
{
background-color: #445D67;
}
.BgClassName
{
background-color: #445D67;
}
</style>
border-color css
<style>
span { border-color: #445D67; }
span { border-color: rgb(68,93,103); }
td.TdClassName
{
border-color: #445D67;
}
.TagClassName
{
border-color: #445D67;
}
</style>