Shades of Royal Blue #4875EE
Tints of Royal Blue #4875EE
RGB
CMYK
RGB Variations
Color information
#4875EE (or 0x4875EE) is known color: Royal Blue. HEX triplet: 48, 75 and EE. RGB value is (72,117,238). Sum of RGB (Red+Green+Blue) = 72+117+238=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 238 (93.36% from 255 or 55.74% from 427); Max value from RGB is 238 - color contains mainly: blue. Hex color #4875EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4875EE is #B78A11. Grayscale: #747474. Windows color (decimal): -12028434 or 15627592. OLE color: 15627592.
HSL color Cylindrical-coordinate representation of color #4875EE: hue angle of 223.73º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4875EE is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 72 | 117 | 238 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.07 |
| HSL | 223.73º | 0.83% | 0.61% | - |
| HSV(B) | 223.73º | 0.7% | 0.93% | - |
| XYZ | 24.47 | 20.27 | 83.51 | - |
| YUV | 117.34 | 196.09 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 238 | 0.70 | 0.51 | 0 | 0.07 | 223.73 | 0.83 | 0.61 |
| Hex | 48 | 75 | EE | 46 | 33 | 0 | 7 | E0 | 53 | 3D |
| Octal | 110 | 165 | 356 | 106 | 63 | 0 | 7 | 340 | 123 | 75 |
| Binary | 1001000 | 1110101 | 11101110 | 1000110 | 110011 | 0 | 111 | 11100000 | 1010011 | 111101 |
Color Harmonies of #4875EE
Complementary color
Monochromatic Colors of #4875EE
Black with #4875EE
Text Example
Text Example
White with #4875EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4875EE; }
p { color: rgb(72,117,238); }
H1.HeaderClassName
{
color: #4875EE;
}
.AnyTagClassName
{
color: #4875EE;
}
</style>
background-color css
<style>
a { background-color: #4875EE; }
a { background-color: rgb(72,117,238); }
div.DivClassName
{
background-color: #4875EE;
}
.BgClassName
{
background-color: #4875EE;
}
</style>
border-color css
<style>
span { border-color: #4875EE; }
span { border-color: rgb(72,117,238); }
td.TdClassName
{
border-color: #4875EE;
}
.TagClassName
{
border-color: #4875EE;
}
</style>