#4D328A

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

Shades of Blue Gem #4D328A

Tints of Blue Gem #4D328A

Color information

#4D328A (or 0x4D328A) is unknown color: approx Blue Gem. HEX triplet: 4D, 32 and 8A. RGB value is (77,50,138). Sum of RGB (Red+Green+Blue) = 77+50+138=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D328A is #B2CD75. Grayscale: #434343. Windows color (decimal): -11718006 or 9056845. OLE color: 9056845.

HSL color Cylindrical-coordinate representation of color #4D328A: hue angle of 258.41º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D328A is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7750138-
CMYK0.440.6400.46
HSL258.41º46.81%36.86%-
HSV(B)258.41º63.77%54.12%-
XYZ8.795.6924.68-
YUV68.1167.45134.34-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.06%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=29.06%
G=18.87%
B=52.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77501380.440.6400.46258.4146.8136.86
Hex4D328A2C4002E1022f25
Octal11562212541000564025745
Binary10011011100101000101010110010000000101110100000010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,50,138); }

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

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

 a { background-color: rgb(77,50,138); }

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

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

 span { border-color: rgb(77,50,138); }

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