Shades of San Marino #4B70AE
Tints of San Marino #4B70AE
RGB
CMYK
RGB Variations
Color information
#4B70AE (or 0x4B70AE) is known color: San Marino. HEX triplet: 4B, 70 and AE. RGB value is (75,112,174). Sum of RGB (Red+Green+Blue) = 75+112+174=361 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.78% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B70AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B70AE is #B48F51. Grayscale: #6B6B6B. Windows color (decimal): -11833170 or 11432011. OLE color: 11432011.
HSL color Cylindrical-coordinate representation of color #4B70AE: hue angle of 217.58º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B70AE is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 112 | 174 | - |
| CMYK | 0.57 | 0.36 | 0 | 0.32 |
| HSL | 217.58º | 0.4% | 0.49% | - |
| HSV(B) | 217.58º | 0.57% | 0.68% | - |
| XYZ | 16.34 | 16.14 | 42.3 | - |
| YUV | 108.01 | 165.24 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 112 | 174 | 0.57 | 0.36 | 0 | 0.32 | 217.58 | 0.4 | 0.49 |
| Hex | 4B | 70 | AE | 39 | 24 | 0 | 20 | DA | 28 | 31 |
| Octal | 113 | 160 | 256 | 71 | 44 | 0 | 40 | 332 | 50 | 61 |
| Binary | 1001011 | 1110000 | 10101110 | 111001 | 100100 | 0 | 100000 | 11011010 | 101000 | 110001 |
Color Harmonies of #4B70AE
Complementary color
Monochromatic Colors of #4B70AE
Black with #4B70AE
Text Example
Text Example
White with #4B70AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B70AE; }
p { color: rgb(75,112,174); }
H1.HeaderClassName
{
color: #4B70AE;
}
.AnyTagClassName
{
color: #4B70AE;
}
</style>
background-color css
<style>
a { background-color: #4B70AE; }
a { background-color: rgb(75,112,174); }
div.DivClassName
{
background-color: #4B70AE;
}
.BgClassName
{
background-color: #4B70AE;
}
</style>
border-color css
<style>
span { border-color: #4B70AE; }
span { border-color: rgb(75,112,174); }
td.TdClassName
{
border-color: #4B70AE;
}
.TagClassName
{
border-color: #4B70AE;
}
</style>