Shades of San Marino #4C6AB5
Tints of San Marino #4C6AB5
RGB
CMYK
RGB Variations
Color information
#4C6AB5 (or 0x4C6AB5) is known color: San Marino. HEX triplet: 4C, 6A and B5. RGB value is (76,106,181). Sum of RGB (Red+Green+Blue) = 76+106+181=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 181 (71.09% from 255 or 49.86% from 363); Max value from RGB is 181 - color contains mainly: blue. Hex color #4C6AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6AB5 is #B3954A. Grayscale: #696969. Windows color (decimal): -11769163 or 11889228. OLE color: 11889228.
HSL color Cylindrical-coordinate representation of color #4C6AB5: hue angle of 222.86º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C6AB5 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 76 | 106 | 181 | - |
| CMYK | 0.58 | 0.41 | 0 | 0.29 |
| HSL | 222.86º | 0.42% | 0.5% | - |
| HSV(B) | 222.86º | 0.58% | 0.71% | - |
| XYZ | 16.48 | 15.18 | 45.78 | - |
| YUV | 105.58 | 170.56 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 106 | 181 | 0.58 | 0.41 | 0 | 0.29 | 222.86 | 0.42 | 0.5 |
| Hex | 4C | 6A | B5 | 3A | 29 | 0 | 1D | DF | 2A | 32 |
| Octal | 114 | 152 | 265 | 72 | 51 | 0 | 35 | 337 | 52 | 62 |
| Binary | 1001100 | 1101010 | 10110101 | 111010 | 101001 | 0 | 11101 | 11011111 | 101010 | 110010 |
Color Harmonies of #4C6AB5
Complementary color
Monochromatic Colors of #4C6AB5
Black with #4C6AB5
Text Example
Text Example
White with #4C6AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6AB5; }
p { color: rgb(76,106,181); }
H1.HeaderClassName
{
color: #4C6AB5;
}
.AnyTagClassName
{
color: #4C6AB5;
}
</style>
background-color css
<style>
a { background-color: #4C6AB5; }
a { background-color: rgb(76,106,181); }
div.DivClassName
{
background-color: #4C6AB5;
}
.BgClassName
{
background-color: #4C6AB5;
}
</style>
border-color css
<style>
span { border-color: #4C6AB5; }
span { border-color: rgb(76,106,181); }
td.TdClassName
{
border-color: #4C6AB5;
}
.TagClassName
{
border-color: #4C6AB5;
}
</style>