Shades of San Marino #456DA7
Tints of San Marino #456DA7
RGB
CMYK
RGB Variations
Color information
#456DA7 (or 0x456DA7) is known color: San Marino. HEX triplet: 45, 6D and A7. RGB value is (69,109,167). Sum of RGB (Red+Green+Blue) = 69+109+167=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 167 - color contains mainly: blue. Hex color #456DA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456DA7 is #BA9258. Grayscale: #676767. Windows color (decimal): -12227161 or 10972485. OLE color: 10972485.
HSL color Cylindrical-coordinate representation of color #456DA7: hue angle of 215.51º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #456DA7 is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 109 | 167 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.35 |
| HSL | 215.51º | 0.42% | 0.46% | - |
| HSV(B) | 215.51º | 0.59% | 0.65% | - |
| XYZ | 14.9 | 14.99 | 38.67 | - |
| YUV | 103.65 | 163.75 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 167 | 0.59 | 0.35 | 0 | 0.35 | 215.51 | 0.42 | 0.46 |
| Hex | 45 | 6D | A7 | 3B | 23 | 0 | 23 | D8 | 2A | 2E |
| Octal | 105 | 155 | 247 | 73 | 43 | 0 | 43 | 330 | 52 | 56 |
| Binary | 1000101 | 1101101 | 10100111 | 111011 | 100011 | 0 | 100011 | 11011000 | 101010 | 101110 |
Color Harmonies of #456DA7
Complementary color
Monochromatic Colors of #456DA7
Black with #456DA7
Text Example
Text Example
White with #456DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DA7; }
p { color: rgb(69,109,167); }
H1.HeaderClassName
{
color: #456DA7;
}
.AnyTagClassName
{
color: #456DA7;
}
</style>
background-color css
<style>
a { background-color: #456DA7; }
a { background-color: rgb(69,109,167); }
div.DivClassName
{
background-color: #456DA7;
}
.BgClassName
{
background-color: #456DA7;
}
</style>
border-color css
<style>
span { border-color: #456DA7; }
span { border-color: rgb(69,109,167); }
td.TdClassName
{
border-color: #456DA7;
}
.TagClassName
{
border-color: #456DA7;
}
</style>