Shades of Royal Blue #4875FC
Tints of Royal Blue #4875FC
RGB
CMYK
RGB Variations
Color information
#4875FC (or 0x4875FC) is known color: Royal Blue. HEX triplet: 48, 75 and FC. RGB value is (72,117,252). Sum of RGB (Red+Green+Blue) = 72+117+252=441 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.33% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 252 (98.83% from 255 or 57.14% from 441); Max value from RGB is 252 - color contains mainly: blue. Hex color #4875FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4875FC is #B78A03. Grayscale: #767676. Windows color (decimal): -12028420 or 16545096. OLE color: 16545096.
HSL color Cylindrical-coordinate representation of color #4875FC: hue angle of 225º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4875FC is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 117 | 252 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.01 |
| HSL | 225º | 0.97% | 0.64% | - |
| HSV(B) | 225º | 0.71% | 0.99% | - |
| XYZ | 26.6 | 21.13 | 94.77 | - |
| YUV | 118.94 | 203.09 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 252 | 0.71 | 0.54 | 0 | 0.01 | 225 | 0.97 | 0.64 |
| Hex | 48 | 75 | FC | 47 | 36 | 0 | 1 | E1 | 61 | 40 |
| Octal | 110 | 165 | 374 | 107 | 66 | 0 | 1 | 341 | 141 | 100 |
| Binary | 1001000 | 1110101 | 11111100 | 1000111 | 110110 | 0 | 1 | 11100001 | 1100001 | 1000000 |
Color Harmonies of #4875FC
Complementary color
Monochromatic Colors of #4875FC
Black with #4875FC
Text Example
Text Example
White with #4875FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4875FC; }
p { color: rgb(72,117,252); }
H1.HeaderClassName
{
color: #4875FC;
}
.AnyTagClassName
{
color: #4875FC;
}
</style>
background-color css
<style>
a { background-color: #4875FC; }
a { background-color: rgb(72,117,252); }
div.DivClassName
{
background-color: #4875FC;
}
.BgClassName
{
background-color: #4875FC;
}
</style>
border-color css
<style>
span { border-color: #4875FC; }
span { border-color: rgb(72,117,252); }
td.TdClassName
{
border-color: #4875FC;
}
.TagClassName
{
border-color: #4875FC;
}
</style>