Shades of San Marino #446B96
Tints of San Marino #446B96
RGB
CMYK
RGB Variations
Color information
#446B96 (or 0x446B96) is known color: San Marino. HEX triplet: 44, 6B and 96. RGB value is (68,107,150). Sum of RGB (Red+Green+Blue) = 68+107+150=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 107 (42.19% from 255 or 32.92% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #446B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #446B96 is #BB9469. Grayscale: #646464. Windows color (decimal): -12293226 or 9857860. OLE color: 9857860.
HSL color Cylindrical-coordinate representation of color #446B96: hue angle of 211.46º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #446B96 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 107 | 150 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.41 |
| HSL | 211.46º | 0.38% | 0.43% | - |
| HSV(B) | 211.46º | 0.55% | 0.59% | - |
| XYZ | 13.15 | 13.95 | 30.85 | - |
| YUV | 100.24 | 156.08 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 107 | 150 | 0.55 | 0.29 | 0 | 0.41 | 211.46 | 0.38 | 0.43 |
| Hex | 44 | 6B | 96 | 37 | 1D | 0 | 29 | D3 | 26 | 2B |
| Octal | 104 | 153 | 226 | 67 | 35 | 0 | 51 | 323 | 46 | 53 |
| Binary | 1000100 | 1101011 | 10010110 | 110111 | 11101 | 0 | 101001 | 11010011 | 100110 | 101011 |
Color Harmonies of #446B96
Complementary color
Monochromatic Colors of #446B96
Black with #446B96
Text Example
Text Example
White with #446B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446B96; }
p { color: rgb(68,107,150); }
H1.HeaderClassName
{
color: #446B96;
}
.AnyTagClassName
{
color: #446B96;
}
</style>
background-color css
<style>
a { background-color: #446B96; }
a { background-color: rgb(68,107,150); }
div.DivClassName
{
background-color: #446B96;
}
.BgClassName
{
background-color: #446B96;
}
</style>
border-color css
<style>
span { border-color: #446B96; }
span { border-color: rgb(68,107,150); }
td.TdClassName
{
border-color: #446B96;
}
.TagClassName
{
border-color: #446B96;
}
</style>