#4D5FEA

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

Shades of Royal Blue #4D5FEA

Tints of Royal Blue #4D5FEA

Color information

#4D5FEA (or 0x4D5FEA) is unknown color: approx Royal Blue. HEX triplet: 4D, 5F and EA. RGB value is (77,95,234). Sum of RGB (Red+Green+Blue) = 77+95+234=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D5FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5FEA is #B2A015. Grayscale: #686868. Windows color (decimal): -11706390 or 15359821. OLE color: 15359821.

HSL color Cylindrical-coordinate representation of color #4D5FEA: hue angle of 233.12º 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 #4D5FEA is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7795234-
CMYK0.670.5900.08
HSL233.12º78.89%60.98%-
HSV(B)233.12º67.09%91.76%-
XYZ2215.779.71-
YUV105.46200.54107.7-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.97%
GREEN value IS 95 (37.5% from 255) = 23.40%
BLUE value IS 234 (91.80% from 255) = 57.64%
R=18.97%
G=23.40%
B=57.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal77952340.670.5900.08233.1278.8960.98
Hex4D5FEA433B08e94f3d
Octal1151373521037301035111775
Binary1001101101111111101010100001111101101000111010011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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