Shades of Royal Blue #4767ED
Tints of Royal Blue #4767ED
RGB
CMYK
RGB Variations
Color information
#4767ED (or 0x4767ED) is known color: Royal Blue. HEX triplet: 47, 67 and ED. RGB value is (71,103,237). Sum of RGB (Red+Green+Blue) = 71+103+237=411 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.27% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #4767ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4767ED is #B89812. Grayscale: #6C6C6C. Windows color (decimal): -12097555 or 15558471. OLE color: 15558471.
HSL color Cylindrical-coordinate representation of color #4767ED: hue angle of 228.43º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4767ED is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 71 | 103 | 237 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.07 |
| HSL | 228.43º | 0.82% | 0.6% | - |
| HSV(B) | 228.43º | 0.7% | 0.93% | - |
| XYZ | 22.73 | 17.15 | 82.23 | - |
| YUV | 108.71 | 200.4 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 103 | 237 | 0.70 | 0.57 | 0 | 0.07 | 228.43 | 0.82 | 0.6 |
| Hex | 47 | 67 | ED | 46 | 39 | 0 | 7 | E4 | 52 | 3C |
| Octal | 107 | 147 | 355 | 106 | 71 | 0 | 7 | 344 | 122 | 74 |
| Binary | 1000111 | 1100111 | 11101101 | 1000110 | 111001 | 0 | 111 | 11100100 | 1010010 | 111100 |
Color Harmonies of #4767ED
Complementary color
Monochromatic Colors of #4767ED
Black with #4767ED
Text Example
Text Example
White with #4767ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4767ED; }
p { color: rgb(71,103,237); }
H1.HeaderClassName
{
color: #4767ED;
}
.AnyTagClassName
{
color: #4767ED;
}
</style>
background-color css
<style>
a { background-color: #4767ED; }
a { background-color: rgb(71,103,237); }
div.DivClassName
{
background-color: #4767ED;
}
.BgClassName
{
background-color: #4767ED;
}
</style>
border-color css
<style>
span { border-color: #4767ED; }
span { border-color: rgb(71,103,237); }
td.TdClassName
{
border-color: #4767ED;
}
.TagClassName
{
border-color: #4767ED;
}
</style>