Shades of San Juan #445B66
Tints of San Juan #445B66
RGB
CMYK
RGB Variations
Color information
#445B66 (or 0x445B66) is known color: San Juan. HEX triplet: 44, 5B and 66. RGB value is (68,91,102). Sum of RGB (Red+Green+Blue) = 68+91+102=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #445B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B66 is #BBA499. Grayscale: #555555. Windows color (decimal): -12297370 or 6708036. OLE color: 6708036.
HSL color Cylindrical-coordinate representation of color #445B66: hue angle of 199.41º 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 #445B66 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 68 | 91 | 102 | - |
| CMYK | 0.33 | 0.11 | 0 | 0.6 |
| HSL | 199.41º | 0.2% | 0.33% | - |
| HSV(B) | 199.41º | 0.33% | 0.4% | - |
| XYZ | 8.52 | 9.67 | 13.99 | - |
| YUV | 85.38 | 137.38 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 102 | 0.33 | 0.11 | 0 | 0.6 | 199.41 | 0.2 | 0.33 |
| Hex | 44 | 5B | 66 | 21 | B | 0 | 3C | C7 | 14 | 21 |
| Octal | 104 | 133 | 146 | 41 | 13 | 0 | 74 | 307 | 24 | 41 |
| Binary | 1000100 | 1011011 | 1100110 | 100001 | 1011 | 0 | 111100 | 11000111 | 10100 | 100001 |
Color Harmonies of #445B66
Complementary color
Monochromatic Colors of #445B66
Black with #445B66
Text Example
Text Example
White with #445B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B66; }
p { color: rgb(68,91,102); }
H1.HeaderClassName
{
color: #445B66;
}
.AnyTagClassName
{
color: #445B66;
}
</style>
background-color css
<style>
a { background-color: #445B66; }
a { background-color: rgb(68,91,102); }
div.DivClassName
{
background-color: #445B66;
}
.BgClassName
{
background-color: #445B66;
}
</style>
border-color css
<style>
span { border-color: #445B66; }
span { border-color: rgb(68,91,102); }
td.TdClassName
{
border-color: #445B66;
}
.TagClassName
{
border-color: #445B66;
}
</style>