Shades of San Juan #445B6A
Tints of San Juan #445B6A
RGB
CMYK
RGB Variations
Color information
#445B6A (or 0x445B6A) is known color: San Juan. HEX triplet: 44, 5B and 6A. RGB value is (68,91,106). Sum of RGB (Red+Green+Blue) = 68+91+106=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 106 - color contains mainly: blue. Hex color #445B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B6A is #BBA495. Grayscale: #555555. Windows color (decimal): -12297366 or 6970180. OLE color: 6970180.
HSL color Cylindrical-coordinate representation of color #445B6A: hue angle of 203.68º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #445B6A is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 91 | 106 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.58 |
| HSL | 203.68º | 0.22% | 0.34% | - |
| HSV(B) | 203.68º | 0.36% | 0.42% | - |
| XYZ | 8.73 | 9.75 | 15.06 | - |
| YUV | 85.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 106 | 0.36 | 0.14 | 0 | 0.58 | 203.68 | 0.22 | 0.34 |
| Hex | 44 | 5B | 6A | 24 | E | 0 | 3A | CC | 16 | 22 |
| Octal | 104 | 133 | 152 | 44 | 16 | 0 | 72 | 314 | 26 | 42 |
| Binary | 1000100 | 1011011 | 1101010 | 100100 | 1110 | 0 | 111010 | 11001100 | 10110 | 100010 |
Color Harmonies of #445B6A
Complementary color
Monochromatic Colors of #445B6A
Black with #445B6A
Text Example
Text Example
White with #445B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B6A; }
p { color: rgb(68,91,106); }
H1.HeaderClassName
{
color: #445B6A;
}
.AnyTagClassName
{
color: #445B6A;
}
</style>
background-color css
<style>
a { background-color: #445B6A; }
a { background-color: rgb(68,91,106); }
div.DivClassName
{
background-color: #445B6A;
}
.BgClassName
{
background-color: #445B6A;
}
</style>
border-color css
<style>
span { border-color: #445B6A; }
span { border-color: rgb(68,91,106); }
td.TdClassName
{
border-color: #445B6A;
}
.TagClassName
{
border-color: #445B6A;
}
</style>