Shades of San Marino #456FA1
Tints of San Marino #456FA1
RGB
CMYK
RGB Variations
Color information
#456FA1 (or 0x456FA1) is known color: San Marino. HEX triplet: 45, 6F and A1. RGB value is (69,111,161). Sum of RGB (Red+Green+Blue) = 69+111+161=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #456FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456FA1 is #BA905E. Grayscale: #676767. Windows color (decimal): -12226655 or 10579781. OLE color: 10579781.
HSL color Cylindrical-coordinate representation of color #456FA1: hue angle of 212.61º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #456FA1 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 111 | 161 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.37 |
| HSL | 212.61º | 0.4% | 0.45% | - |
| HSV(B) | 212.61º | 0.57% | 0.63% | - |
| XYZ | 14.57 | 15.21 | 35.89 | - |
| YUV | 104.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 161 | 0.57 | 0.31 | 0 | 0.37 | 212.61 | 0.4 | 0.45 |
| Hex | 45 | 6F | A1 | 39 | 1F | 0 | 25 | D5 | 28 | 2D |
| Octal | 105 | 157 | 241 | 71 | 37 | 0 | 45 | 325 | 50 | 55 |
| Binary | 1000101 | 1101111 | 10100001 | 111001 | 11111 | 0 | 100101 | 11010101 | 101000 | 101101 |
Color Harmonies of #456FA1
Complementary color
Monochromatic Colors of #456FA1
Black with #456FA1
Text Example
Text Example
White with #456FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FA1; }
p { color: rgb(69,111,161); }
H1.HeaderClassName
{
color: #456FA1;
}
.AnyTagClassName
{
color: #456FA1;
}
</style>
background-color css
<style>
a { background-color: #456FA1; }
a { background-color: rgb(69,111,161); }
div.DivClassName
{
background-color: #456FA1;
}
.BgClassName
{
background-color: #456FA1;
}
</style>
border-color css
<style>
span { border-color: #456FA1; }
span { border-color: rgb(69,111,161); }
td.TdClassName
{
border-color: #456FA1;
}
.TagClassName
{
border-color: #456FA1;
}
</style>