Shades of Royal Blue #4768FD
Tints of Royal Blue #4768FD
RGB
CMYK
RGB Variations
Color information
#4768FD (or 0x4768FD) is known color: Royal Blue. HEX triplet: 47, 68 and FD. RGB value is (71,104,253). Sum of RGB (Red+Green+Blue) = 71+104+253=428 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.59% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #4768FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4768FD is #B89702. Grayscale: #6E6E6E. Windows color (decimal): -12097283 or 16607303. OLE color: 16607303.
HSL color Cylindrical-coordinate representation of color #4768FD: hue angle of 229.12º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4768FD is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 104 | 253 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.01 |
| HSL | 229.12º | 0.98% | 0.64% | - |
| HSV(B) | 229.12º | 0.72% | 0.99% | - |
| XYZ | 25.28 | 18.33 | 95.13 | - |
| YUV | 111.12 | 208.07 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 253 | 0.72 | 0.59 | 0 | 0.01 | 229.12 | 0.98 | 0.64 |
| Hex | 47 | 68 | FD | 48 | 3B | 0 | 1 | E5 | 62 | 40 |
| Octal | 107 | 150 | 375 | 110 | 73 | 0 | 1 | 345 | 142 | 100 |
| Binary | 1000111 | 1101000 | 11111101 | 1001000 | 111011 | 0 | 1 | 11100101 | 1100010 | 1000000 |
Color Harmonies of #4768FD
Complementary color
Monochromatic Colors of #4768FD
Black with #4768FD
Text Example
Text Example
White with #4768FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4768FD; }
p { color: rgb(71,104,253); }
H1.HeaderClassName
{
color: #4768FD;
}
.AnyTagClassName
{
color: #4768FD;
}
</style>
background-color css
<style>
a { background-color: #4768FD; }
a { background-color: rgb(71,104,253); }
div.DivClassName
{
background-color: #4768FD;
}
.BgClassName
{
background-color: #4768FD;
}
</style>
border-color css
<style>
span { border-color: #4768FD; }
span { border-color: rgb(71,104,253); }
td.TdClassName
{
border-color: #4768FD;
}
.TagClassName
{
border-color: #4768FD;
}
</style>