#4D2EA5

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

Shades of Blue Gem #4D2EA5

Tints of Blue Gem #4D2EA5

Color information

#4D2EA5 (or 0x4D2EA5) is unknown color: approx Blue Gem. HEX triplet: 4D, 2E and A5. RGB value is (77,46,165). Sum of RGB (Red+Green+Blue) = 77+46+165=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 165 (64.84% from 255 or 57.29% from 288); Max value from RGB is 165 - color contains mainly: blue. Hex color #4D2EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2EA5 is #B2D15A. Grayscale: #444444. Windows color (decimal): -11719003 or 10825293. OLE color: 10825293.

HSL color Cylindrical-coordinate representation of color #4D2EA5: hue angle of 255.63º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D2EA5 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7746165-
CMYK0.530.7200.35
HSL255.63º56.4%41.37%-
HSV(B)255.63º72.12%64.71%-
XYZ10.836.2536.23-
YUV68.84182.27133.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.74%
GREEN value IS 46 (18.36% from 255) = 15.97%
BLUE value IS 165 (64.84% from 255) = 57.29%
R=26.74%
G=15.97%
B=57.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal77461650.530.7200.35255.6356.441.37
Hex4D2EA535480231003829
Octal11556245651100434007051
Binary10011011011101010010111010110010000100011100000000111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,46,165); }

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

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

 a { background-color: rgb(77,46,165); }

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

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

 span { border-color: rgb(77,46,165); }

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