Shades of San Marino #4B78A0
Tints of San Marino #4B78A0
RGB
CMYK
RGB Variations
Color information
#4B78A0 (or 0x4B78A0) is known color: San Marino. HEX triplet: 4B, 78 and A0. RGB value is (75,120,160). Sum of RGB (Red+Green+Blue) = 75+120+160=355 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.13% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #4B78A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B78A0 is #B4875F. Grayscale: #6E6E6E. Windows color (decimal): -11831136 or 10516555. OLE color: 10516555.
HSL color Cylindrical-coordinate representation of color #4B78A0: hue angle of 208.24º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B78A0 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 120 | 160 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.37 |
| HSL | 208.24º | 0.36% | 0.46% | - |
| HSV(B) | 208.24º | 0.53% | 0.63% | - |
| XYZ | 15.96 | 17.47 | 35.79 | - |
| YUV | 111.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 120 | 160 | 0.53 | 0.25 | 0 | 0.37 | 208.24 | 0.36 | 0.46 |
| Hex | 4B | 78 | A0 | 35 | 19 | 0 | 25 | D0 | 24 | 2E |
| Octal | 113 | 170 | 240 | 65 | 31 | 0 | 45 | 320 | 44 | 56 |
| Binary | 1001011 | 1111000 | 10100000 | 110101 | 11001 | 0 | 100101 | 11010000 | 100100 | 101110 |
Color Harmonies of #4B78A0
Complementary color
Monochromatic Colors of #4B78A0
Black with #4B78A0
Text Example
Text Example
White with #4B78A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B78A0; }
p { color: rgb(75,120,160); }
H1.HeaderClassName
{
color: #4B78A0;
}
.AnyTagClassName
{
color: #4B78A0;
}
</style>
background-color css
<style>
a { background-color: #4B78A0; }
a { background-color: rgb(75,120,160); }
div.DivClassName
{
background-color: #4B78A0;
}
.BgClassName
{
background-color: #4B78A0;
}
</style>
border-color css
<style>
span { border-color: #4B78A0; }
span { border-color: rgb(75,120,160); }
td.TdClassName
{
border-color: #4B78A0;
}
.TagClassName
{
border-color: #4B78A0;
}
</style>