#4D5EEA

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

Shades of Royal Blue #4D5EEA

Tints of Royal Blue #4D5EEA

Color information

#4D5EEA (or 0x4D5EEA) is unknown color: approx Royal Blue. HEX triplet: 4D, 5E and EA. RGB value is (77,94,234). Sum of RGB (Red+Green+Blue) = 77+94+234=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 234 (91.80% from 255 or 57.78% from 405); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D5EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5EEA is #B2A115. Grayscale: #686868. Windows color (decimal): -11706646 or 15359565. OLE color: 15359565.

HSL color Cylindrical-coordinate representation of color #4D5EEA: hue angle of 233.5º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D5EEA is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7794234-
CMYK0.670.6000.08
HSL233.5º78.89%60.98%-
HSV(B)233.5º67.09%91.76%-
XYZ21.9115.5279.68-
YUV104.88200.87108.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.01%
GREEN value IS 94 (37.11% from 255) = 23.21%
BLUE value IS 234 (91.80% from 255) = 57.78%
R=19.01%
G=23.21%
B=57.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal77942340.670.6000.08233.578.8960.98
Hex4D5EEA433C08ea4f3d
Octal1151363521037401035211775
Binary1001101101111011101010100001111110001000111010101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,94,234); }

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

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

 a { background-color: rgb(77,94,234); }

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

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

 span { border-color: rgb(77,94,234); }

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