Shades of Royal Blue #4783DB
Tints of Royal Blue #4783DB
RGB
CMYK
RGB Variations
Color information
#4783DB (or 0x4783DB) is known color: Royal Blue. HEX triplet: 47, 83 and DB. RGB value is (71,131,219). Sum of RGB (Red+Green+Blue) = 71+131+219=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #4783DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4783DB is #B87C24. Grayscale: #7A7A7A. Windows color (decimal): -12090405 or 14385991. OLE color: 14385991.
HSL color Cylindrical-coordinate representation of color #4783DB: hue angle of 215.68º degrees, saturation: 0.67, 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 #4783DB is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 131 | 219 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.14 |
| HSL | 215.68º | 0.67% | 0.57% | - |
| HSV(B) | 215.68º | 0.68% | 0.86% | - |
| XYZ | 23.5 | 22.69 | 70.16 | - |
| YUV | 123.09 | 182.12 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 131 | 219 | 0.68 | 0.40 | 0 | 0.14 | 215.68 | 0.67 | 0.57 |
| Hex | 47 | 83 | DB | 44 | 28 | 0 | E | D8 | 43 | 39 |
| Octal | 107 | 203 | 333 | 104 | 50 | 0 | 16 | 330 | 103 | 71 |
| Binary | 1000111 | 10000011 | 11011011 | 1000100 | 101000 | 0 | 1110 | 11011000 | 1000011 | 111001 |
Color Harmonies of #4783DB
Complementary color
Monochromatic Colors of #4783DB
Black with #4783DB
Text Example
Text Example
White with #4783DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4783DB; }
p { color: rgb(71,131,219); }
H1.HeaderClassName
{
color: #4783DB;
}
.AnyTagClassName
{
color: #4783DB;
}
</style>
background-color css
<style>
a { background-color: #4783DB; }
a { background-color: rgb(71,131,219); }
div.DivClassName
{
background-color: #4783DB;
}
.BgClassName
{
background-color: #4783DB;
}
</style>
border-color css
<style>
span { border-color: #4783DB; }
span { border-color: rgb(71,131,219); }
td.TdClassName
{
border-color: #4783DB;
}
.TagClassName
{
border-color: #4783DB;
}
</style>