Shades of Royal Blue #4C6FCF
Tints of Royal Blue #4C6FCF
RGB
CMYK
RGB Variations
Color information
#4C6FCF (or 0x4C6FCF) is known color: Royal Blue. HEX triplet: 4C, 6F and CF. RGB value is (76,111,207). Sum of RGB (Red+Green+Blue) = 76+111+207=394 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.29% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C6FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6FCF is #B39030. Grayscale: #6F6F6F. Windows color (decimal): -11767857 or 13594444. OLE color: 13594444.
HSL color Cylindrical-coordinate representation of color #4C6FCF: hue angle of 223.97º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C6FCF is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 111 | 207 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.19 |
| HSL | 223.97º | 0.58% | 0.55% | - |
| HSV(B) | 223.97º | 0.63% | 0.81% | - |
| XYZ | 19.93 | 17.41 | 61.34 | - |
| YUV | 111.48 | 181.9 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 111 | 207 | 0.63 | 0.46 | 0 | 0.19 | 223.97 | 0.58 | 0.55 |
| Hex | 4C | 6F | CF | 3F | 2E | 0 | 13 | E0 | 3A | 37 |
| Octal | 114 | 157 | 317 | 77 | 56 | 0 | 23 | 340 | 72 | 67 |
| Binary | 1001100 | 1101111 | 11001111 | 111111 | 101110 | 0 | 10011 | 11100000 | 111010 | 110111 |
Color Harmonies of #4C6FCF
Complementary color
Monochromatic Colors of #4C6FCF
Black with #4C6FCF
Text Example
Text Example
White with #4C6FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6FCF; }
p { color: rgb(76,111,207); }
H1.HeaderClassName
{
color: #4C6FCF;
}
.AnyTagClassName
{
color: #4C6FCF;
}
</style>
background-color css
<style>
a { background-color: #4C6FCF; }
a { background-color: rgb(76,111,207); }
div.DivClassName
{
background-color: #4C6FCF;
}
.BgClassName
{
background-color: #4C6FCF;
}
</style>
border-color css
<style>
span { border-color: #4C6FCF; }
span { border-color: rgb(76,111,207); }
td.TdClassName
{
border-color: #4C6FCF;
}
.TagClassName
{
border-color: #4C6FCF;
}
</style>