Shades of Royal Blue #4768F3
Tints of Royal Blue #4768F3
RGB
CMYK
RGB Variations
Color information
#4768F3 (or 0x4768F3) is known color: Royal Blue. HEX triplet: 47, 68 and F3. RGB value is (71,104,243). Sum of RGB (Red+Green+Blue) = 71+104+243=418 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.99% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 243 (95.31% from 255 or 58.13% from 418); Max value from RGB is 243 - color contains mainly: blue. Hex color #4768F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4768F3 is #B8970C. Grayscale: #6D6D6D. Windows color (decimal): -12097293 or 15951943. OLE color: 15951943.
HSL color Cylindrical-coordinate representation of color #4768F3: hue angle of 228.49º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4768F3 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 71 | 104 | 243 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.05 |
| HSL | 228.49º | 0.88% | 0.62% | - |
| HSV(B) | 228.49º | 0.71% | 0.95% | - |
| XYZ | 23.73 | 17.71 | 86.96 | - |
| YUV | 109.98 | 203.07 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 243 | 0.71 | 0.57 | 0 | 0.05 | 228.49 | 0.88 | 0.62 |
| Hex | 47 | 68 | F3 | 47 | 39 | 0 | 5 | E4 | 58 | 3E |
| Octal | 107 | 150 | 363 | 107 | 71 | 0 | 5 | 344 | 130 | 76 |
| Binary | 1000111 | 1101000 | 11110011 | 1000111 | 111001 | 0 | 101 | 11100100 | 1011000 | 111110 |
Color Harmonies of #4768F3
Complementary color
Monochromatic Colors of #4768F3
Black with #4768F3
Text Example
Text Example
White with #4768F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4768F3; }
p { color: rgb(71,104,243); }
H1.HeaderClassName
{
color: #4768F3;
}
.AnyTagClassName
{
color: #4768F3;
}
</style>
background-color css
<style>
a { background-color: #4768F3; }
a { background-color: rgb(71,104,243); }
div.DivClassName
{
background-color: #4768F3;
}
.BgClassName
{
background-color: #4768F3;
}
</style>
border-color css
<style>
span { border-color: #4768F3; }
span { border-color: rgb(71,104,243); }
td.TdClassName
{
border-color: #4768F3;
}
.TagClassName
{
border-color: #4768F3;
}
</style>