Shades of Royal Blue #4782DF
Tints of Royal Blue #4782DF
RGB
CMYK
RGB Variations
Color information
#4782DF (or 0x4782DF) is known color: Royal Blue. HEX triplet: 47, 82 and DF. RGB value is (71,130,223). Sum of RGB (Red+Green+Blue) = 71+130+223=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #4782DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4782DF is #B87D20. Grayscale: #7A7A7A. Windows color (decimal): -12090657 or 14647879. OLE color: 14647879.
HSL color Cylindrical-coordinate representation of color #4782DF: hue angle of 216.71º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4782DF is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 71 | 130 | 223 | - |
| CMYK | 0.68 | 0.42 | 0 | 0.13 |
| HSL | 216.71º | 0.7% | 0.58% | - |
| HSV(B) | 216.71º | 0.68% | 0.87% | - |
| XYZ | 23.9 | 22.63 | 72.92 | - |
| YUV | 122.96 | 184.45 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 130 | 223 | 0.68 | 0.42 | 0 | 0.13 | 216.71 | 0.7 | 0.58 |
| Hex | 47 | 82 | DF | 44 | 2A | 0 | D | D9 | 46 | 3A |
| Octal | 107 | 202 | 337 | 104 | 52 | 0 | 15 | 331 | 106 | 72 |
| Binary | 1000111 | 10000010 | 11011111 | 1000100 | 101010 | 0 | 1101 | 11011001 | 1000110 | 111010 |
Color Harmonies of #4782DF
Complementary color
Monochromatic Colors of #4782DF
Black with #4782DF
Text Example
Text Example
White with #4782DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4782DF; }
p { color: rgb(71,130,223); }
H1.HeaderClassName
{
color: #4782DF;
}
.AnyTagClassName
{
color: #4782DF;
}
</style>
background-color css
<style>
a { background-color: #4782DF; }
a { background-color: rgb(71,130,223); }
div.DivClassName
{
background-color: #4782DF;
}
.BgClassName
{
background-color: #4782DF;
}
</style>
border-color css
<style>
span { border-color: #4782DF; }
span { border-color: rgb(71,130,223); }
td.TdClassName
{
border-color: #4782DF;
}
.TagClassName
{
border-color: #4782DF;
}
</style>