Shades of San Juan #44545D
Tints of San Juan #44545D
RGB
CMYK
RGB Variations
Color information
#44545D (or 0x44545D) is known color: San Juan. HEX triplet: 44, 54 and 5D. RGB value is (68,84,93). Sum of RGB (Red+Green+Blue) = 68+84+93=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 93 - color contains mainly: blue. Hex color #44545D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44545D is #BBABA2. Grayscale: #505050. Windows color (decimal): -12299171 or 6116420. OLE color: 6116420.
HSL color Cylindrical-coordinate representation of color #44545D: hue angle of 201.6º 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 #44545D is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 84 | 93 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.64 |
| HSL | 201.6º | 0.16% | 0.32% | - |
| HSV(B) | 201.6º | 0.27% | 0.36% | - |
| XYZ | 7.53 | 8.36 | 11.57 | - |
| YUV | 80.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 84 | 93 | 0.27 | 0.10 | 0 | 0.64 | 201.6 | 0.16 | 0.32 |
| Hex | 44 | 54 | 5D | 1B | A | 0 | 40 | CA | 10 | 20 |
| Octal | 104 | 124 | 135 | 33 | 12 | 0 | 100 | 312 | 20 | 40 |
| Binary | 1000100 | 1010100 | 1011101 | 11011 | 1010 | 0 | 1000000 | 11001010 | 10000 | 100000 |
Color Harmonies of #44545D
Complementary color
Monochromatic Colors of #44545D
Black with #44545D
Text Example
Text Example
White with #44545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44545D; }
p { color: rgb(68,84,93); }
H1.HeaderClassName
{
color: #44545D;
}
.AnyTagClassName
{
color: #44545D;
}
</style>
background-color css
<style>
a { background-color: #44545D; }
a { background-color: rgb(68,84,93); }
div.DivClassName
{
background-color: #44545D;
}
.BgClassName
{
background-color: #44545D;
}
</style>
border-color css
<style>
span { border-color: #44545D; }
span { border-color: rgb(68,84,93); }
td.TdClassName
{
border-color: #44545D;
}
.TagClassName
{
border-color: #44545D;
}
</style>