Shades of San Marino #456F9B
Tints of San Marino #456F9B
RGB
CMYK
RGB Variations
Color information
#456F9B (or 0x456F9B) is known color: San Marino. HEX triplet: 45, 6F and 9B. RGB value is (69,111,155). Sum of RGB (Red+Green+Blue) = 69+111+155=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #456F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456F9B is #BA9064. Grayscale: #676767. Windows color (decimal): -12226661 or 10186565. OLE color: 10186565.
HSL color Cylindrical-coordinate representation of color #456F9B: hue angle of 210.7º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #456F9B is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 111 | 155 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.39 |
| HSL | 210.7º | 0.38% | 0.44% | - |
| HSV(B) | 210.7º | 0.55% | 0.61% | - |
| XYZ | 14.06 | 15 | 33.16 | - |
| YUV | 103.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 155 | 0.55 | 0.28 | 0 | 0.39 | 210.7 | 0.38 | 0.44 |
| Hex | 45 | 6F | 9B | 37 | 1C | 0 | 27 | D3 | 26 | 2C |
| Octal | 105 | 157 | 233 | 67 | 34 | 0 | 47 | 323 | 46 | 54 |
| Binary | 1000101 | 1101111 | 10011011 | 110111 | 11100 | 0 | 100111 | 11010011 | 100110 | 101100 |
Color Harmonies of #456F9B
Complementary color
Monochromatic Colors of #456F9B
Black with #456F9B
Text Example
Text Example
White with #456F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456F9B; }
p { color: rgb(69,111,155); }
H1.HeaderClassName
{
color: #456F9B;
}
.AnyTagClassName
{
color: #456F9B;
}
</style>
background-color css
<style>
a { background-color: #456F9B; }
a { background-color: rgb(69,111,155); }
div.DivClassName
{
background-color: #456F9B;
}
.BgClassName
{
background-color: #456F9B;
}
</style>
border-color css
<style>
span { border-color: #456F9B; }
span { border-color: rgb(69,111,155); }
td.TdClassName
{
border-color: #456F9B;
}
.TagClassName
{
border-color: #456F9B;
}
</style>