#4D56E1

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

Shades of Royal Blue #4D56E1

Tints of Royal Blue #4D56E1

Color information

#4D56E1 (or 0x4D56E1) is unknown color: approx Royal Blue. HEX triplet: 4D, 56 and E1. RGB value is (77,86,225). Sum of RGB (Red+Green+Blue) = 77+86+225=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #4D56E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D56E1 is #B2A91E. Grayscale: #626262. Windows color (decimal): -11708703 or 14767693. OLE color: 14767693.

HSL color Cylindrical-coordinate representation of color #4D56E1: hue angle of 236.35º degrees, saturation: 0.71, 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 #4D56E1 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7786225-
CMYK0.660.6200.12
HSL236.35º71.15%59.22%-
HSV(B)236.35º65.78%88.24%-
XYZ19.9813.6772.82-
YUV99.16199.02112.2-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.85%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 225 (88.28% from 255) = 57.99%
R=19.85%
G=22.16%
B=57.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal77862250.660.6200.12236.3571.1559.22
Hex4D56E1423E0Cec473b
Octal1151263411027601435410773
Binary1001101101011011100001100001011111001100111011001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D56E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,86,225); }

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

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

 a { background-color: rgb(77,86,225); }

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

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

 span { border-color: rgb(77,86,225); }

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