Shades of San Juan #445B6D
Tints of San Juan #445B6D
RGB
CMYK
RGB Variations
Color information
#445B6D (or 0x445B6D) is known color: San Juan. HEX triplet: 44, 5B and 6D. RGB value is (68,91,109). Sum of RGB (Red+Green+Blue) = 68+91+109=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #445B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B6D is #BBA492. Grayscale: #565656. Windows color (decimal): -12297363 or 7166788. OLE color: 7166788.
HSL color Cylindrical-coordinate representation of color #445B6D: hue angle of 206.34º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #445B6D is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 91 | 109 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.57 |
| HSL | 206.34º | 0.23% | 0.35% | - |
| HSV(B) | 206.34º | 0.38% | 0.43% | - |
| XYZ | 8.89 | 9.82 | 15.89 | - |
| YUV | 86.18 | 140.88 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 109 | 0.38 | 0.17 | 0 | 0.57 | 206.34 | 0.23 | 0.35 |
| Hex | 44 | 5B | 6D | 26 | 11 | 0 | 39 | CE | 17 | 23 |
| Octal | 104 | 133 | 155 | 46 | 21 | 0 | 71 | 316 | 27 | 43 |
| Binary | 1000100 | 1011011 | 1101101 | 100110 | 10001 | 0 | 111001 | 11001110 | 10111 | 100011 |
Color Harmonies of #445B6D
Complementary color
Monochromatic Colors of #445B6D
Black with #445B6D
Text Example
Text Example
White with #445B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B6D; }
p { color: rgb(68,91,109); }
H1.HeaderClassName
{
color: #445B6D;
}
.AnyTagClassName
{
color: #445B6D;
}
</style>
background-color css
<style>
a { background-color: #445B6D; }
a { background-color: rgb(68,91,109); }
div.DivClassName
{
background-color: #445B6D;
}
.BgClassName
{
background-color: #445B6D;
}
</style>
border-color css
<style>
span { border-color: #445B6D; }
span { border-color: rgb(68,91,109); }
td.TdClassName
{
border-color: #445B6D;
}
.TagClassName
{
border-color: #445B6D;
}
</style>