Shades of San Juan #445863
Tints of San Juan #445863
RGB
CMYK
RGB Variations
Color information
#445863 (or 0x445863) is known color: San Juan. HEX triplet: 44, 58 and 63. RGB value is (68,88,99). Sum of RGB (Red+Green+Blue) = 68+88+99=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 99 - color contains mainly: blue. Hex color #445863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445863 is #BBA79C. Grayscale: #535353. Windows color (decimal): -12298141 or 6510660. OLE color: 6510660.
HSL color Cylindrical-coordinate representation of color #445863: hue angle of 201.29º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445863 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 88 | 99 | - |
| CMYK | 0.31 | 0.11 | 0 | 0.61 |
| HSL | 201.29º | 0.19% | 0.33% | - |
| HSV(B) | 201.29º | 0.31% | 0.39% | - |
| XYZ | 8.13 | 9.11 | 13.13 | - |
| YUV | 83.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 88 | 99 | 0.31 | 0.11 | 0 | 0.61 | 201.29 | 0.19 | 0.33 |
| Hex | 44 | 58 | 63 | 1F | B | 0 | 3D | C9 | 13 | 21 |
| Octal | 104 | 130 | 143 | 37 | 13 | 0 | 75 | 311 | 23 | 41 |
| Binary | 1000100 | 1011000 | 1100011 | 11111 | 1011 | 0 | 111101 | 11001001 | 10011 | 100001 |
Color Harmonies of #445863
Complementary color
Monochromatic Colors of #445863
Black with #445863
Text Example
Text Example
White with #445863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445863; }
p { color: rgb(68,88,99); }
H1.HeaderClassName
{
color: #445863;
}
.AnyTagClassName
{
color: #445863;
}
</style>
background-color css
<style>
a { background-color: #445863; }
a { background-color: rgb(68,88,99); }
div.DivClassName
{
background-color: #445863;
}
.BgClassName
{
background-color: #445863;
}
</style>
border-color css
<style>
span { border-color: #445863; }
span { border-color: rgb(68,88,99); }
td.TdClassName
{
border-color: #445863;
}
.TagClassName
{
border-color: #445863;
}
</style>