#4D62E0

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

Shades of Royal Blue #4D62E0

Tints of Royal Blue #4D62E0

Color information

#4D62E0 (or 0x4D62E0) is unknown color: approx Royal Blue. HEX triplet: 4D, 62 and E0. RGB value is (77,98,224). Sum of RGB (Red+Green+Blue) = 77+98+224=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #4D62E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D62E0 is #B29D1F. Grayscale: #696969. Windows color (decimal): -11705632 or 14705229. OLE color: 14705229.

HSL color Cylindrical-coordinate representation of color #4D62E0: hue angle of 231.43º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D62E0 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7798224-
CMYK0.660.5600.12
HSL231.43º70.33%59.02%-
HSV(B)231.43º65.62%87.84%-
XYZ20.8815.6972.45-
YUV106.08194.54107.25-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.30%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 224 (87.89% from 255) = 56.14%
R=19.30%
G=24.56%
B=56.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal77982240.660.5600.12231.4370.3359.02
Hex4D62E042380Ce7463b
Octal1151423401027001434710673
Binary1001101110001011100000100001011100001100111001111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D62E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D62E0; }

 p { color: rgb(77,98,224); }

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

<style>
 a { background-color: #4D62E0; }

 a { background-color: rgb(77,98,224); }

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

<style>
 span { border-color: #4D62E0; }

 span { border-color: rgb(77,98,224); }

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