Shades of Royal Blue #4761DA
Tints of Royal Blue #4761DA
RGB
CMYK
RGB Variations
Color information
#4761DA (or 0x4761DA) is known color: Royal Blue. HEX triplet: 47, 61 and DA. RGB value is (71,97,218). Sum of RGB (Red+Green+Blue) = 71+97+218=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 97 (38.28% from 255 or 25.13% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #4761DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4761DA is #B89E25. Grayscale: #666666. Windows color (decimal): -12099110 or 14311751. OLE color: 14311751.
HSL color Cylindrical-coordinate representation of color #4761DA: hue angle of 229.39º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4761DA is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 97 | 218 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.15 |
| HSL | 229.39º | 0.67% | 0.57% | - |
| HSV(B) | 229.39º | 0.67% | 0.85% | - |
| XYZ | 19.53 | 14.95 | 68.19 | - |
| YUV | 103.02 | 192.89 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 218 | 0.67 | 0.56 | 0 | 0.15 | 229.39 | 0.67 | 0.57 |
| Hex | 47 | 61 | DA | 43 | 38 | 0 | F | E5 | 43 | 39 |
| Octal | 107 | 141 | 332 | 103 | 70 | 0 | 17 | 345 | 103 | 71 |
| Binary | 1000111 | 1100001 | 11011010 | 1000011 | 111000 | 0 | 1111 | 11100101 | 1000011 | 111001 |
Color Harmonies of #4761DA
Complementary color
Monochromatic Colors of #4761DA
Black with #4761DA
Text Example
Text Example
White with #4761DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4761DA; }
p { color: rgb(71,97,218); }
H1.HeaderClassName
{
color: #4761DA;
}
.AnyTagClassName
{
color: #4761DA;
}
</style>
background-color css
<style>
a { background-color: #4761DA; }
a { background-color: rgb(71,97,218); }
div.DivClassName
{
background-color: #4761DA;
}
.BgClassName
{
background-color: #4761DA;
}
</style>
border-color css
<style>
span { border-color: #4761DA; }
span { border-color: rgb(71,97,218); }
td.TdClassName
{
border-color: #4761DA;
}
.TagClassName
{
border-color: #4761DA;
}
</style>