#4862ED

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

Shades of Royal Blue #4862ED

Tints of Royal Blue #4862ED

Color information

#4862ED (or 0x4862ED) is unknown color: approx Royal Blue. HEX triplet: 48, 62 and ED. RGB value is (72,98,237). Sum of RGB (Red+Green+Blue) = 72+98+237=407 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.69% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #4862ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4862ED is #B79D12. Grayscale: #696969. Windows color (decimal): -12033299 or 15557192. OLE color: 15557192.

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

Color convert

RGB7298237-
CMYK0.700.5900.07
HSL230.55º82.09%60.59%-
HSV(B)230.55º69.62%92.94%-
XYZ22.3316.2382.08-
YUV106.07201.89103.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 17.69%
GREEN value IS 98 (38.67% from 255) = 24.08%
BLUE value IS 237 (92.97% from 255) = 58.23%
R=17.69%
G=24.08%
B=58.23%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal72982370.700.5900.07230.5582.0960.59
Hex4862ED463B07e7523d
Octal110142355106730734712275
Binary100100011000101110110110001101110110111111001111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4862ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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