#4874ED

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

Shades of Royal Blue #4874ED

Tints of Royal Blue #4874ED

Color information

#4874ED (or 0x4874ED) is unknown color: approx Royal Blue. HEX triplet: 48, 74 and ED. RGB value is (72,116,237). Sum of RGB (Red+Green+Blue) = 72+116+237=425 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.94% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #4874ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4874ED is #B78B12. Grayscale: #747474. Windows color (decimal): -12028691 or 15561800. OLE color: 15561800.

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

Color convert

RGB72116237-
CMYK0.700.5100.07
HSL224º82.09%60.59%-
HSV(B)224º69.62%92.94%-
XYZ24.219.9882.7-
YUV116.64195.9296.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.94%
GREEN value IS 116 (45.70% from 255) = 27.29%
BLUE value IS 237 (92.97% from 255) = 55.76%
R=16.94%
G=27.29%
B=55.76%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal721162370.700.5100.0722482.0960.59
Hex4874ED463307e0523d
Octal110164355106630734012275
Binary100100011101001110110110001101100110111111000001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4874ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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