Shades of San Marino #456FA9
Tints of San Marino #456FA9
RGB
CMYK
RGB Variations
Color information
#456FA9 (or 0x456FA9) is known color: San Marino. HEX triplet: 45, 6F and A9. RGB value is (69,111,169). Sum of RGB (Red+Green+Blue) = 69+111+169=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #456FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456FA9 is #BA9056. Grayscale: #686868. Windows color (decimal): -12226647 or 11104069. OLE color: 11104069.
HSL color Cylindrical-coordinate representation of color #456FA9: hue angle of 214.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #456FA9 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 111 | 169 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.34 |
| HSL | 214.8º | 0.42% | 0.47% | - |
| HSV(B) | 214.8º | 0.59% | 0.66% | - |
| XYZ | 15.3 | 15.5 | 39.72 | - |
| YUV | 105.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 169 | 0.59 | 0.34 | 0 | 0.34 | 214.8 | 0.42 | 0.47 |
| Hex | 45 | 6F | A9 | 3B | 22 | 0 | 22 | D7 | 2A | 2F |
| Octal | 105 | 157 | 251 | 73 | 42 | 0 | 42 | 327 | 52 | 57 |
| Binary | 1000101 | 1101111 | 10101001 | 111011 | 100010 | 0 | 100010 | 11010111 | 101010 | 101111 |
Color Harmonies of #456FA9
Complementary color
Monochromatic Colors of #456FA9
Black with #456FA9
Text Example
Text Example
White with #456FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FA9; }
p { color: rgb(69,111,169); }
H1.HeaderClassName
{
color: #456FA9;
}
.AnyTagClassName
{
color: #456FA9;
}
</style>
background-color css
<style>
a { background-color: #456FA9; }
a { background-color: rgb(69,111,169); }
div.DivClassName
{
background-color: #456FA9;
}
.BgClassName
{
background-color: #456FA9;
}
</style>
border-color css
<style>
span { border-color: #456FA9; }
span { border-color: rgb(69,111,169); }
td.TdClassName
{
border-color: #456FA9;
}
.TagClassName
{
border-color: #456FA9;
}
</style>