Shades of Royal Blue #4768FC
Tints of Royal Blue #4768FC
RGB
CMYK
RGB Variations
Color information
#4768FC (or 0x4768FC) is known color: Royal Blue. HEX triplet: 47, 68 and FC. RGB value is (71,104,252). Sum of RGB (Red+Green+Blue) = 71+104+252=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 252 (98.83% from 255 or 59.02% from 427); Max value from RGB is 252 - color contains mainly: blue. Hex color #4768FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4768FC is #B89703. Grayscale: #6E6E6E. Windows color (decimal): -12097284 or 16541767. OLE color: 16541767.
HSL color Cylindrical-coordinate representation of color #4768FC: hue angle of 229.06º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4768FC is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 71 | 104 | 252 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.01 |
| HSL | 229.06º | 0.97% | 0.63% | - |
| HSV(B) | 229.06º | 0.72% | 0.99% | - |
| XYZ | 25.12 | 18.27 | 94.3 | - |
| YUV | 111.01 | 207.57 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 252 | 0.72 | 0.59 | 0 | 0.01 | 229.06 | 0.97 | 0.63 |
| Hex | 47 | 68 | FC | 48 | 3B | 0 | 1 | E5 | 61 | 3F |
| Octal | 107 | 150 | 374 | 110 | 73 | 0 | 1 | 345 | 141 | 77 |
| Binary | 1000111 | 1101000 | 11111100 | 1001000 | 111011 | 0 | 1 | 11100101 | 1100001 | 111111 |
Color Harmonies of #4768FC
Complementary color
Monochromatic Colors of #4768FC
Black with #4768FC
Text Example
Text Example
White with #4768FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4768FC; }
p { color: rgb(71,104,252); }
H1.HeaderClassName
{
color: #4768FC;
}
.AnyTagClassName
{
color: #4768FC;
}
</style>
background-color css
<style>
a { background-color: #4768FC; }
a { background-color: rgb(71,104,252); }
div.DivClassName
{
background-color: #4768FC;
}
.BgClassName
{
background-color: #4768FC;
}
</style>
border-color css
<style>
span { border-color: #4768FC; }
span { border-color: rgb(71,104,252); }
td.TdClassName
{
border-color: #4768FC;
}
.TagClassName
{
border-color: #4768FC;
}
</style>