Shades of Royal Blue #4875E7
Tints of Royal Blue #4875E7
RGB
CMYK
RGB Variations
Color information
#4875E7 (or 0x4875E7) is known color: Royal Blue. HEX triplet: 48, 75 and E7. RGB value is (72,117,231). Sum of RGB (Red+Green+Blue) = 72+117+231=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 231 (90.62% from 255 or 55% from 420); Max value from RGB is 231 - color contains mainly: blue. Hex color #4875E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4875E7 is #B78A18. Grayscale: #747474. Windows color (decimal): -12028441 or 15168840. OLE color: 15168840.
HSL color Cylindrical-coordinate representation of color #4875E7: hue angle of 223.02º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4875E7 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 72 | 117 | 231 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.09 |
| HSL | 223.02º | 0.77% | 0.59% | - |
| HSV(B) | 223.02º | 0.69% | 0.91% | - |
| XYZ | 23.46 | 19.87 | 78.2 | - |
| YUV | 116.54 | 192.59 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 231 | 0.69 | 0.49 | 0 | 0.09 | 223.02 | 0.77 | 0.59 |
| Hex | 48 | 75 | E7 | 45 | 31 | 0 | 9 | DF | 4D | 3B |
| Octal | 110 | 165 | 347 | 105 | 61 | 0 | 11 | 337 | 115 | 73 |
| Binary | 1001000 | 1110101 | 11100111 | 1000101 | 110001 | 0 | 1001 | 11011111 | 1001101 | 111011 |
Color Harmonies of #4875E7
Complementary color
Monochromatic Colors of #4875E7
Black with #4875E7
Text Example
Text Example
White with #4875E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4875E7; }
p { color: rgb(72,117,231); }
H1.HeaderClassName
{
color: #4875E7;
}
.AnyTagClassName
{
color: #4875E7;
}
</style>
background-color css
<style>
a { background-color: #4875E7; }
a { background-color: rgb(72,117,231); }
div.DivClassName
{
background-color: #4875E7;
}
.BgClassName
{
background-color: #4875E7;
}
</style>
border-color css
<style>
span { border-color: #4875E7; }
span { border-color: rgb(72,117,231); }
td.TdClassName
{
border-color: #4875E7;
}
.TagClassName
{
border-color: #4875E7;
}
</style>