Shades of San Marino #456D9E
Tints of San Marino #456D9E
RGB
CMYK
RGB Variations
Color information
#456D9E (or 0x456D9E) is known color: San Marino. HEX triplet: 45, 6D and 9E. RGB value is (69,109,158). Sum of RGB (Red+Green+Blue) = 69+109+158=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #456D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456D9E is #BA9261. Grayscale: #666666. Windows color (decimal): -12227170 or 10382661. OLE color: 10382661.
HSL color Cylindrical-coordinate representation of color #456D9E: hue angle of 213.03º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #456D9E is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 69 | 109 | 158 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.38 |
| HSL | 213.03º | 0.39% | 0.45% | - |
| HSV(B) | 213.03º | 0.56% | 0.62% | - |
| XYZ | 14.09 | 14.67 | 34.44 | - |
| YUV | 102.63 | 159.25 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 158 | 0.56 | 0.31 | 0 | 0.38 | 213.03 | 0.39 | 0.45 |
| Hex | 45 | 6D | 9E | 38 | 1F | 0 | 26 | D5 | 27 | 2D |
| Octal | 105 | 155 | 236 | 70 | 37 | 0 | 46 | 325 | 47 | 55 |
| Binary | 1000101 | 1101101 | 10011110 | 111000 | 11111 | 0 | 100110 | 11010101 | 100111 | 101101 |
Color Harmonies of #456D9E
Complementary color
Monochromatic Colors of #456D9E
Black with #456D9E
Text Example
Text Example
White with #456D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456D9E; }
p { color: rgb(69,109,158); }
H1.HeaderClassName
{
color: #456D9E;
}
.AnyTagClassName
{
color: #456D9E;
}
</style>
background-color css
<style>
a { background-color: #456D9E; }
a { background-color: rgb(69,109,158); }
div.DivClassName
{
background-color: #456D9E;
}
.BgClassName
{
background-color: #456D9E;
}
</style>
border-color css
<style>
span { border-color: #456D9E; }
span { border-color: rgb(69,109,158); }
td.TdClassName
{
border-color: #456D9E;
}
.TagClassName
{
border-color: #456D9E;
}
</style>