Shades of Royal Blue #4C6ECC
Tints of Royal Blue #4C6ECC
RGB
CMYK
RGB Variations
Color information
#4C6ECC (or 0x4C6ECC) is known color: Royal Blue. HEX triplet: 4C, 6E and CC. RGB value is (76,110,204). Sum of RGB (Red+Green+Blue) = 76+110+204=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C6ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6ECC is #B39133. Grayscale: #6E6E6E. Windows color (decimal): -11768116 or 13397580. OLE color: 13397580.
HSL color Cylindrical-coordinate representation of color #4C6ECC: hue angle of 224.06º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C6ECC is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 110 | 204 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.2 |
| HSL | 224.06º | 0.56% | 0.55% | - |
| HSV(B) | 224.06º | 0.63% | 0.8% | - |
| XYZ | 19.46 | 17.05 | 59.39 | - |
| YUV | 110.55 | 180.74 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 110 | 204 | 0.63 | 0.46 | 0 | 0.2 | 224.06 | 0.56 | 0.55 |
| Hex | 4C | 6E | CC | 3F | 2E | 0 | 14 | E0 | 38 | 37 |
| Octal | 114 | 156 | 314 | 77 | 56 | 0 | 24 | 340 | 70 | 67 |
| Binary | 1001100 | 1101110 | 11001100 | 111111 | 101110 | 0 | 10100 | 11100000 | 111000 | 110111 |
Color Harmonies of #4C6ECC
Complementary color
Monochromatic Colors of #4C6ECC
Black with #4C6ECC
Text Example
Text Example
White with #4C6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6ECC; }
p { color: rgb(76,110,204); }
H1.HeaderClassName
{
color: #4C6ECC;
}
.AnyTagClassName
{
color: #4C6ECC;
}
</style>
background-color css
<style>
a { background-color: #4C6ECC; }
a { background-color: rgb(76,110,204); }
div.DivClassName
{
background-color: #4C6ECC;
}
.BgClassName
{
background-color: #4C6ECC;
}
</style>
border-color css
<style>
span { border-color: #4C6ECC; }
span { border-color: rgb(76,110,204); }
td.TdClassName
{
border-color: #4C6ECC;
}
.TagClassName
{
border-color: #4C6ECC;
}
</style>