#4D3E9E

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

Shades of Blue Gem #4D3E9E

Tints of Blue Gem #4D3E9E

Color information

#4D3E9E (or 0x4D3E9E) is unknown color: approx Blue Gem. HEX triplet: 4D, 3E and 9E. RGB value is (77,62,158). Sum of RGB (Red+Green+Blue) = 77+62+158=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D3E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3E9E is #B2C161. Grayscale: #4D4D4D. Windows color (decimal): -11714914 or 10370637. OLE color: 10370637.

HSL color Cylindrical-coordinate representation of color #4D3E9E: hue angle of 249.38º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D3E9E is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7762158-
CMYK0.510.6100.38
HSL249.38º43.64%43.14%-
HSV(B)249.38º60.76%61.96%-
XYZ10.957.4933.22-
YUV77.43173.47127.69-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.93%
GREEN value IS 62 (24.61% from 255) = 20.88%
BLUE value IS 158 (62.11% from 255) = 53.20%
R=25.93%
G=20.88%
B=53.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77621580.510.6100.38249.3843.6443.14
Hex4D3E9E333D026f92c2b
Octal1157623663750463715453
Binary100110111111010011110110011111101010011011111001101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,62,158); }

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

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

 a { background-color: rgb(77,62,158); }

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

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

 span { border-color: rgb(77,62,158); }

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