Shades of Royal Blue #4875EA
Tints of Royal Blue #4875EA
RGB
CMYK
RGB Variations
Color information
#4875EA (or 0x4875EA) is known color: Royal Blue. HEX triplet: 48, 75 and EA. RGB value is (72,117,234). Sum of RGB (Red+Green+Blue) = 72+117+234=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #4875EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4875EA is #B78A15. Grayscale: #747474. Windows color (decimal): -12028438 or 15365448. OLE color: 15365448.
HSL color Cylindrical-coordinate representation of color #4875EA: hue angle of 223.33º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4875EA is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 72 | 117 | 234 | - |
| CMYK | 0.69 | 0.5 | 0 | 0.08 |
| HSL | 223.33º | 0.79% | 0.6% | - |
| HSV(B) | 223.33º | 0.69% | 0.92% | - |
| XYZ | 23.89 | 20.04 | 80.45 | - |
| YUV | 116.88 | 194.09 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 117 | 234 | 0.69 | 0.5 | 0 | 0.08 | 223.33 | 0.79 | 0.6 |
| Hex | 48 | 75 | EA | 45 | 32 | 0 | 8 | DF | 4F | 3C |
| Octal | 110 | 165 | 352 | 105 | 62 | 0 | 10 | 337 | 117 | 74 |
| Binary | 1001000 | 1110101 | 11101010 | 1000101 | 110010 | 0 | 1000 | 11011111 | 1001111 | 111100 |
Color Harmonies of #4875EA
Complementary color
Monochromatic Colors of #4875EA
Black with #4875EA
Text Example
Text Example
White with #4875EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4875EA; }
p { color: rgb(72,117,234); }
H1.HeaderClassName
{
color: #4875EA;
}
.AnyTagClassName
{
color: #4875EA;
}
</style>
background-color css
<style>
a { background-color: #4875EA; }
a { background-color: rgb(72,117,234); }
div.DivClassName
{
background-color: #4875EA;
}
.BgClassName
{
background-color: #4875EA;
}
</style>
border-color css
<style>
span { border-color: #4875EA; }
span { border-color: rgb(72,117,234); }
td.TdClassName
{
border-color: #4875EA;
}
.TagClassName
{
border-color: #4875EA;
}
</style>