Shades of Royal Blue #4C6FCB
Tints of Royal Blue #4C6FCB
RGB
CMYK
RGB Variations
Color information
#4C6FCB (or 0x4C6FCB) is known color: Royal Blue. HEX triplet: 4C, 6F and CB. RGB value is (76,111,203). Sum of RGB (Red+Green+Blue) = 76+111+203=390 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.49% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C6FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6FCB is #B39034. Grayscale: #6E6E6E. Windows color (decimal): -11767861 or 13332300. OLE color: 13332300.
HSL color Cylindrical-coordinate representation of color #4C6FCB: hue angle of 223.46º degrees, saturation: 0.55, 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 #4C6FCB is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 111 | 203 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.20 |
| HSL | 223.46º | 0.55% | 0.55% | - |
| HSV(B) | 223.46º | 0.63% | 0.8% | - |
| XYZ | 19.44 | 17.22 | 58.8 | - |
| YUV | 111.02 | 179.9 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 111 | 203 | 0.63 | 0.45 | 0 | 0.20 | 223.46 | 0.55 | 0.55 |
| Hex | 4C | 6F | CB | 3F | 2D | 0 | 14 | DF | 37 | 37 |
| Octal | 114 | 157 | 313 | 77 | 55 | 0 | 24 | 337 | 67 | 67 |
| Binary | 1001100 | 1101111 | 11001011 | 111111 | 101101 | 0 | 10100 | 11011111 | 110111 | 110111 |
Color Harmonies of #4C6FCB
Complementary color
Monochromatic Colors of #4C6FCB
Black with #4C6FCB
Text Example
Text Example
White with #4C6FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6FCB; }
p { color: rgb(76,111,203); }
H1.HeaderClassName
{
color: #4C6FCB;
}
.AnyTagClassName
{
color: #4C6FCB;
}
</style>
background-color css
<style>
a { background-color: #4C6FCB; }
a { background-color: rgb(76,111,203); }
div.DivClassName
{
background-color: #4C6FCB;
}
.BgClassName
{
background-color: #4C6FCB;
}
</style>
border-color css
<style>
span { border-color: #4C6FCB; }
span { border-color: rgb(76,111,203); }
td.TdClassName
{
border-color: #4C6FCB;
}
.TagClassName
{
border-color: #4C6FCB;
}
</style>