#4D3E93

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

Shades of Blue Gem #4D3E93

Tints of Blue Gem #4D3E93

Color information

#4D3E93 (or 0x4D3E93) is unknown color: approx Blue Gem. HEX triplet: 4D, 3E and 93. RGB value is (77,62,147). Sum of RGB (Red+Green+Blue) = 77+62+147=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D3E93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3E93 is #B2C16C. Grayscale: #4B4B4B. Windows color (decimal): -11714925 or 9649741. OLE color: 9649741.

HSL color Cylindrical-coordinate representation of color #4D3E93: hue angle of 250.59º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D3E93 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7762147-
CMYK0.480.5800.42
HSL250.59º40.67%40.98%-
HSV(B)250.59º57.82%57.65%-
XYZ10.057.1328.45-
YUV76.18167.97128.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.92%
GREEN value IS 62 (24.61% from 255) = 21.68%
BLUE value IS 147 (57.81% from 255) = 51.40%
R=26.92%
G=21.68%
B=51.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77621470.480.5800.42250.5940.6740.98
Hex4D3E93303A02Afb2929
Octal1157622360720523735151
Binary100110111111010010011110000111010010101011111011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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