Shades of Royal Blue #4783DC
Tints of Royal Blue #4783DC
RGB
CMYK
RGB Variations
Color information
#4783DC (or 0x4783DC) is known color: Royal Blue. HEX triplet: 47, 83 and DC. RGB value is (71,131,220). Sum of RGB (Red+Green+Blue) = 71+131+220=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #4783DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4783DC is #B87C23. Grayscale: #7A7A7A. Windows color (decimal): -12090404 or 14451527. OLE color: 14451527.
HSL color Cylindrical-coordinate representation of color #4783DC: hue angle of 215.84º 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 #4783DC is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 131 | 220 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.14 |
| HSL | 215.84º | 0.68% | 0.57% | - |
| HSV(B) | 215.84º | 0.68% | 0.86% | - |
| XYZ | 23.63 | 22.74 | 70.85 | - |
| YUV | 123.21 | 182.62 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 220 | 0.68 | 0.40 | 0 | 0.14 | 215.84 | 0.68 | 0.57 |
| Hex | 47 | 83 | DC | 44 | 28 | 0 | E | D8 | 44 | 39 |
| Octal | 107 | 203 | 334 | 104 | 50 | 0 | 16 | 330 | 104 | 71 |
| Binary | 1000111 | 10000011 | 11011100 | 1000100 | 101000 | 0 | 1110 | 11011000 | 1000100 | 111001 |
Color Harmonies of #4783DC
Complementary color
Monochromatic Colors of #4783DC
Black with #4783DC
Text Example
Text Example
White with #4783DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4783DC; }
p { color: rgb(71,131,220); }
H1.HeaderClassName
{
color: #4783DC;
}
.AnyTagClassName
{
color: #4783DC;
}
</style>
background-color css
<style>
a { background-color: #4783DC; }
a { background-color: rgb(71,131,220); }
div.DivClassName
{
background-color: #4783DC;
}
.BgClassName
{
background-color: #4783DC;
}
</style>
border-color css
<style>
span { border-color: #4783DC; }
span { border-color: rgb(71,131,220); }
td.TdClassName
{
border-color: #4783DC;
}
.TagClassName
{
border-color: #4783DC;
}
</style>