Shades of Royal Blue #4C6FDC
Tints of Royal Blue #4C6FDC
RGB
CMYK
RGB Variations
Color information
#4C6FDC (or 0x4C6FDC) is known color: Royal Blue. HEX triplet: 4C, 6F and DC. RGB value is (76,111,220). Sum of RGB (Red+Green+Blue) = 76+111+220=407 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.67% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C6FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6FDC is #B39023. Grayscale: #707070. Windows color (decimal): -11767844 or 14446412. OLE color: 14446412.
HSL color Cylindrical-coordinate representation of color #4C6FDC: hue angle of 225.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C6FDC is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 111 | 220 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.14 |
| HSL | 225.42º | 0.67% | 0.58% | - |
| HSV(B) | 225.42º | 0.65% | 0.86% | - |
| XYZ | 21.58 | 18.07 | 70.06 | - |
| YUV | 112.96 | 188.4 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 111 | 220 | 0.65 | 0.50 | 0 | 0.14 | 225.42 | 0.67 | 0.58 |
| Hex | 4C | 6F | DC | 41 | 32 | 0 | E | E1 | 43 | 3A |
| Octal | 114 | 157 | 334 | 101 | 62 | 0 | 16 | 341 | 103 | 72 |
| Binary | 1001100 | 1101111 | 11011100 | 1000001 | 110010 | 0 | 1110 | 11100001 | 1000011 | 111010 |
Color Harmonies of #4C6FDC
Complementary color
Monochromatic Colors of #4C6FDC
Black with #4C6FDC
Text Example
Text Example
White with #4C6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6FDC; }
p { color: rgb(76,111,220); }
H1.HeaderClassName
{
color: #4C6FDC;
}
.AnyTagClassName
{
color: #4C6FDC;
}
</style>
background-color css
<style>
a { background-color: #4C6FDC; }
a { background-color: rgb(76,111,220); }
div.DivClassName
{
background-color: #4C6FDC;
}
.BgClassName
{
background-color: #4C6FDC;
}
</style>
border-color css
<style>
span { border-color: #4C6FDC; }
span { border-color: rgb(76,111,220); }
td.TdClassName
{
border-color: #4C6FDC;
}
.TagClassName
{
border-color: #4C6FDC;
}
</style>