Shades of San Juan #445A62
Tints of San Juan #445A62
RGB
CMYK
RGB Variations
Color information
#445A62 (or 0x445A62) is known color: San Juan. HEX triplet: 44, 5A and 62. RGB value is (68,90,98). Sum of RGB (Red+Green+Blue) = 68+90+98=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 98 - color contains mainly: blue. Hex color #445A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445A62 is #BBA59D. Grayscale: #545454. Windows color (decimal): -12297630 or 6445636. OLE color: 6445636.
HSL color Cylindrical-coordinate representation of color #445A62: hue angle of 196º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445A62 is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 90 | 98 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.62 |
| HSL | 196º | 0.18% | 0.33% | - |
| HSV(B) | 196º | 0.31% | 0.38% | - |
| XYZ | 8.24 | 9.42 | 12.94 | - |
| YUV | 84.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 90 | 98 | 0.31 | 0.08 | 0 | 0.62 | 196 | 0.18 | 0.33 |
| Hex | 44 | 5A | 62 | 1F | 8 | 0 | 3E | C4 | 12 | 21 |
| Octal | 104 | 132 | 142 | 37 | 10 | 0 | 76 | 304 | 22 | 41 |
| Binary | 1000100 | 1011010 | 1100010 | 11111 | 1000 | 0 | 111110 | 11000100 | 10010 | 100001 |
Color Harmonies of #445A62
Complementary color
Monochromatic Colors of #445A62
Black with #445A62
Text Example
Text Example
White with #445A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445A62; }
p { color: rgb(68,90,98); }
H1.HeaderClassName
{
color: #445A62;
}
.AnyTagClassName
{
color: #445A62;
}
</style>
background-color css
<style>
a { background-color: #445A62; }
a { background-color: rgb(68,90,98); }
div.DivClassName
{
background-color: #445A62;
}
.BgClassName
{
background-color: #445A62;
}
</style>
border-color css
<style>
span { border-color: #445A62; }
span { border-color: rgb(68,90,98); }
td.TdClassName
{
border-color: #445A62;
}
.TagClassName
{
border-color: #445A62;
}
</style>