#4872ED

Color #4872ED Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4872ED

Tints of Royal Blue #4872ED

Color information

#4872ED (or 0x4872ED) is unknown color: approx Royal Blue. HEX triplet: 48, 72 and ED. RGB value is (72,114,237). Sum of RGB (Red+Green+Blue) = 72+114+237=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 237 (92.97% from 255 or 56.03% from 423); Max value from RGB is 237 - color contains mainly: blue. Hex color #4872ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4872ED is #B78D12. Grayscale: #727272. Windows color (decimal): -12029203 or 15561288. OLE color: 15561288.

HSL color Cylindrical-coordinate representation of color #4872ED: hue angle of 224.73º degrees, saturation: 0.82, 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 #4872ED is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB72114237-
CMYK0.700.5200.07
HSL224.73º82.09%60.59%-
HSV(B)224.73º69.62%92.94%-
XYZ23.9819.5382.63-
YUV115.46196.5997-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 17.02%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 237 (92.97% from 255) = 56.03%
R=17.02%
G=26.95%
B=56.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal721142370.700.5200.07224.7382.0960.59
Hex4872ED463407e1523d
Octal110162355106640734112275
Binary100100011100101110110110001101101000111111000011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4872ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4872ED; }

 p { color: rgb(72,114,237); }

 H1.HeaderClassName
 {
   color: #4872ED;
 }
 .AnyTagClassName
 {
   color: #4872ED;
 }
</style>
background-color css

<style>
 a { background-color: #4872ED; }

 a { background-color: rgb(72,114,237); }

 div.DivClassName
 {
   background-color: #4872ED;
 }
 .BgClassName
 {
   background-color: #4872ED;
 }
</style>
border-color css

<style>
 span { border-color: #4872ED; }

 span { border-color: rgb(72,114,237); }

 td.TdClassName
 {
   border-color: #4872ED;
 }
 .TagClassName
 {
   border-color: #4872ED;
 }
</style>