Shades of San Juan #44525D
Tints of San Juan #44525D
RGB
CMYK
RGB Variations
Color information
#44525D (or 0x44525D) is known color: San Juan. HEX triplet: 44, 52 and 5D. RGB value is (68,82,93). Sum of RGB (Red+Green+Blue) = 68+82+93=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 93 - color contains mainly: blue. Hex color #44525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44525D is #BBADA2. Grayscale: #4F4F4F. Windows color (decimal): -12299683 or 6115908. OLE color: 6115908.
HSL color Cylindrical-coordinate representation of color #44525D: hue angle of 206.4º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44525D is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 82 | 93 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.64 |
| HSL | 206.4º | 0.16% | 0.32% | - |
| HSV(B) | 206.4º | 0.27% | 0.36% | - |
| XYZ | 7.38 | 8.05 | 11.52 | - |
| YUV | 79.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 82 | 93 | 0.27 | 0.12 | 0 | 0.64 | 206.4 | 0.16 | 0.32 |
| Hex | 44 | 52 | 5D | 1B | C | 0 | 40 | CE | 10 | 20 |
| Octal | 104 | 122 | 135 | 33 | 14 | 0 | 100 | 316 | 20 | 40 |
| Binary | 1000100 | 1010010 | 1011101 | 11011 | 1100 | 0 | 1000000 | 11001110 | 10000 | 100000 |
Color Harmonies of #44525D
Complementary color
Monochromatic Colors of #44525D
Black with #44525D
Text Example
Text Example
White with #44525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44525D; }
p { color: rgb(68,82,93); }
H1.HeaderClassName
{
color: #44525D;
}
.AnyTagClassName
{
color: #44525D;
}
</style>
background-color css
<style>
a { background-color: #44525D; }
a { background-color: rgb(68,82,93); }
div.DivClassName
{
background-color: #44525D;
}
.BgClassName
{
background-color: #44525D;
}
</style>
border-color css
<style>
span { border-color: #44525D; }
span { border-color: rgb(68,82,93); }
td.TdClassName
{
border-color: #44525D;
}
.TagClassName
{
border-color: #44525D;
}
</style>