#4D3C93

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

Shades of Blue Gem #4D3C93

Tints of Blue Gem #4D3C93

Color information

#4D3C93 (or 0x4D3C93) is unknown color: approx Blue Gem. HEX triplet: 4D, 3C and 93. RGB value is (77,60,147). Sum of RGB (Red+Green+Blue) = 77+60+147=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D3C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3C93 is #B2C36C. Grayscale: #4A4A4A. Windows color (decimal): -11715437 or 9649229. OLE color: 9649229.

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

Color convert

RGB7760147-
CMYK0.480.5900.42
HSL251.72º42.03%40.59%-
HSV(B)251.72º59.18%57.65%-
XYZ9.946.9228.41-
YUV75168.63129.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.11%
GREEN value IS 60 (23.83% from 255) = 21.13%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=27.11%
G=21.13%
B=51.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77601470.480.5900.42251.7242.0340.59
Hex4D3C93303B02Afc2a29
Octal1157422360730523745251
Binary100110111110010010011110000111011010101011111100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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