Shades of Royal Blue #4764DA
Tints of Royal Blue #4764DA
RGB
CMYK
RGB Variations
Color information
#4764DA (or 0x4764DA) is known color: Royal Blue. HEX triplet: 47, 64 and DA. RGB value is (71,100,218). Sum of RGB (Red+Green+Blue) = 71+100+218=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 218 (85.55% from 255 or 56.04% from 389); Max value from RGB is 218 - color contains mainly: blue. Hex color #4764DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4764DA is #B89B25. Grayscale: #686868. Windows color (decimal): -12098342 or 14312519. OLE color: 14312519.
HSL color Cylindrical-coordinate representation of color #4764DA: hue angle of 228.16º 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 #4764DA is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 100 | 218 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.15 |
| HSL | 228.16º | 0.67% | 0.57% | - |
| HSV(B) | 228.16º | 0.67% | 0.85% | - |
| XYZ | 19.81 | 15.52 | 68.28 | - |
| YUV | 104.78 | 191.89 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 218 | 0.67 | 0.54 | 0 | 0.15 | 228.16 | 0.67 | 0.57 |
| Hex | 47 | 64 | DA | 43 | 36 | 0 | F | E4 | 43 | 39 |
| Octal | 107 | 144 | 332 | 103 | 66 | 0 | 17 | 344 | 103 | 71 |
| Binary | 1000111 | 1100100 | 11011010 | 1000011 | 110110 | 0 | 1111 | 11100100 | 1000011 | 111001 |
Color Harmonies of #4764DA
Complementary color
Monochromatic Colors of #4764DA
Black with #4764DA
Text Example
Text Example
White with #4764DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4764DA; }
p { color: rgb(71,100,218); }
H1.HeaderClassName
{
color: #4764DA;
}
.AnyTagClassName
{
color: #4764DA;
}
</style>
background-color css
<style>
a { background-color: #4764DA; }
a { background-color: rgb(71,100,218); }
div.DivClassName
{
background-color: #4764DA;
}
.BgClassName
{
background-color: #4764DA;
}
</style>
border-color css
<style>
span { border-color: #4764DA; }
span { border-color: rgb(71,100,218); }
td.TdClassName
{
border-color: #4764DA;
}
.TagClassName
{
border-color: #4764DA;
}
</style>