Shades of San Marino #4C6FAE
Tints of San Marino #4C6FAE
RGB
CMYK
RGB Variations
Color information
#4C6FAE (or 0x4C6FAE) is known color: San Marino. HEX triplet: 4C, 6F and AE. RGB value is (76,111,174). Sum of RGB (Red+Green+Blue) = 76+111+174=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 111 (43.75% from 255 or 30.75% 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 #4C6FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6FAE is #B39051. Grayscale: #6B6B6B. Windows color (decimal): -11767890 or 11431756. OLE color: 11431756.
HSL color Cylindrical-coordinate representation of color #4C6FAE: hue angle of 218.57º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C6FAE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 111 | 174 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.32 |
| HSL | 218.57º | 0.39% | 0.49% | - |
| HSV(B) | 218.57º | 0.56% | 0.68% | - |
| XYZ | 16.3 | 15.96 | 42.27 | - |
| YUV | 107.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 111 | 174 | 0.56 | 0.36 | 0 | 0.32 | 218.57 | 0.39 | 0.49 |
| Hex | 4C | 6F | AE | 38 | 24 | 0 | 20 | DB | 27 | 31 |
| Octal | 114 | 157 | 256 | 70 | 44 | 0 | 40 | 333 | 47 | 61 |
| Binary | 1001100 | 1101111 | 10101110 | 111000 | 100100 | 0 | 100000 | 11011011 | 100111 | 110001 |
Color Harmonies of #4C6FAE
Complementary color
Monochromatic Colors of #4C6FAE
Black with #4C6FAE
Text Example
Text Example
White with #4C6FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6FAE; }
p { color: rgb(76,111,174); }
H1.HeaderClassName
{
color: #4C6FAE;
}
.AnyTagClassName
{
color: #4C6FAE;
}
</style>
background-color css
<style>
a { background-color: #4C6FAE; }
a { background-color: rgb(76,111,174); }
div.DivClassName
{
background-color: #4C6FAE;
}
.BgClassName
{
background-color: #4C6FAE;
}
</style>
border-color css
<style>
span { border-color: #4C6FAE; }
span { border-color: rgb(76,111,174); }
td.TdClassName
{
border-color: #4C6FAE;
}
.TagClassName
{
border-color: #4C6FAE;
}
</style>