Shades of Royal Blue #4C6ED2
Tints of Royal Blue #4C6ED2
RGB
CMYK
RGB Variations
Color information
#4C6ED2 (or 0x4C6ED2) is known color: Royal Blue. HEX triplet: 4C, 6E and D2. RGB value is (76,110,210). Sum of RGB (Red+Green+Blue) = 76+110+210=396 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.19% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 210 (82.42% from 255 or 53.03% from 396); Max value from RGB is 210 - color contains mainly: blue. Hex color #4C6ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6ED2 is #B3912D. Grayscale: #6E6E6E. Windows color (decimal): -11768110 or 13790796. OLE color: 13790796.
HSL color Cylindrical-coordinate representation of color #4C6ED2: hue angle of 224.78º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C6ED2 is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 110 | 210 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.18 |
| HSL | 224.78º | 0.6% | 0.56% | - |
| HSV(B) | 224.78º | 0.64% | 0.82% | - |
| XYZ | 20.19 | 17.34 | 63.26 | - |
| YUV | 111.23 | 183.74 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 110 | 210 | 0.64 | 0.48 | 0 | 0.18 | 224.78 | 0.6 | 0.56 |
| Hex | 4C | 6E | D2 | 40 | 30 | 0 | 12 | E1 | 3C | 38 |
| Octal | 114 | 156 | 322 | 100 | 60 | 0 | 22 | 341 | 74 | 70 |
| Binary | 1001100 | 1101110 | 11010010 | 1000000 | 110000 | 0 | 10010 | 11100001 | 111100 | 111000 |
Color Harmonies of #4C6ED2
Complementary color
Monochromatic Colors of #4C6ED2
Black with #4C6ED2
Text Example
Text Example
White with #4C6ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6ED2; }
p { color: rgb(76,110,210); }
H1.HeaderClassName
{
color: #4C6ED2;
}
.AnyTagClassName
{
color: #4C6ED2;
}
</style>
background-color css
<style>
a { background-color: #4C6ED2; }
a { background-color: rgb(76,110,210); }
div.DivClassName
{
background-color: #4C6ED2;
}
.BgClassName
{
background-color: #4C6ED2;
}
</style>
border-color css
<style>
span { border-color: #4C6ED2; }
span { border-color: rgb(76,110,210); }
td.TdClassName
{
border-color: #4C6ED2;
}
.TagClassName
{
border-color: #4C6ED2;
}
</style>