Shades of San Juan #445C6D
Tints of San Juan #445C6D
RGB
CMYK
RGB Variations
Color information
#445C6D (or 0x445C6D) is known color: San Juan. HEX triplet: 44, 5C and 6D. RGB value is (68,92,109). Sum of RGB (Red+Green+Blue) = 68+92+109=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #445C6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C6D is #BBA392. Grayscale: #565656. Windows color (decimal): -12297107 or 7167044. OLE color: 7167044.
HSL color Cylindrical-coordinate representation of color #445C6D: hue angle of 204.88º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #445C6D is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 92 | 109 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.57 |
| HSL | 204.88º | 0.23% | 0.35% | - |
| HSV(B) | 204.88º | 0.38% | 0.43% | - |
| XYZ | 8.97 | 9.99 | 15.92 | - |
| YUV | 86.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 109 | 0.38 | 0.16 | 0 | 0.57 | 204.88 | 0.23 | 0.35 |
| Hex | 44 | 5C | 6D | 26 | 10 | 0 | 39 | CD | 17 | 23 |
| Octal | 104 | 134 | 155 | 46 | 20 | 0 | 71 | 315 | 27 | 43 |
| Binary | 1000100 | 1011100 | 1101101 | 100110 | 10000 | 0 | 111001 | 11001101 | 10111 | 100011 |
Color Harmonies of #445C6D
Complementary color
Monochromatic Colors of #445C6D
Black with #445C6D
Text Example
Text Example
White with #445C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C6D; }
p { color: rgb(68,92,109); }
H1.HeaderClassName
{
color: #445C6D;
}
.AnyTagClassName
{
color: #445C6D;
}
</style>
background-color css
<style>
a { background-color: #445C6D; }
a { background-color: rgb(68,92,109); }
div.DivClassName
{
background-color: #445C6D;
}
.BgClassName
{
background-color: #445C6D;
}
</style>
border-color css
<style>
span { border-color: #445C6D; }
span { border-color: rgb(68,92,109); }
td.TdClassName
{
border-color: #445C6D;
}
.TagClassName
{
border-color: #445C6D;
}
</style>