Shades of Royal Blue #4760DC
Tints of Royal Blue #4760DC
RGB
CMYK
RGB Variations
Color information
#4760DC (or 0x4760DC) is known color: Royal Blue. HEX triplet: 47, 60 and DC. RGB value is (71,96,220). Sum of RGB (Red+Green+Blue) = 71+96+220=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #4760DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4760DC is #B89F23. Grayscale: #666666. Windows color (decimal): -12099364 or 14442567. OLE color: 14442567.
HSL color Cylindrical-coordinate representation of color #4760DC: hue angle of 229.93º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4760DC is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 96 | 220 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.14 |
| HSL | 229.93º | 0.68% | 0.57% | - |
| HSV(B) | 229.93º | 0.68% | 0.86% | - |
| XYZ | 19.7 | 14.87 | 69.54 | - |
| YUV | 102.66 | 194.22 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 220 | 0.68 | 0.56 | 0 | 0.14 | 229.93 | 0.68 | 0.57 |
| Hex | 47 | 60 | DC | 44 | 38 | 0 | E | E6 | 44 | 39 |
| Octal | 107 | 140 | 334 | 104 | 70 | 0 | 16 | 346 | 104 | 71 |
| Binary | 1000111 | 1100000 | 11011100 | 1000100 | 111000 | 0 | 1110 | 11100110 | 1000100 | 111001 |
Color Harmonies of #4760DC
Complementary color
Monochromatic Colors of #4760DC
Black with #4760DC
Text Example
Text Example
White with #4760DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4760DC; }
p { color: rgb(71,96,220); }
H1.HeaderClassName
{
color: #4760DC;
}
.AnyTagClassName
{
color: #4760DC;
}
</style>
background-color css
<style>
a { background-color: #4760DC; }
a { background-color: rgb(71,96,220); }
div.DivClassName
{
background-color: #4760DC;
}
.BgClassName
{
background-color: #4760DC;
}
</style>
border-color css
<style>
span { border-color: #4760DC; }
span { border-color: rgb(71,96,220); }
td.TdClassName
{
border-color: #4760DC;
}
.TagClassName
{
border-color: #4760DC;
}
</style>