#4D329A

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

Shades of Blue Gem #4D329A

Tints of Blue Gem #4D329A

Color information

#4D329A (or 0x4D329A) is unknown color: approx Blue Gem. HEX triplet: 4D, 32 and 9A. RGB value is (77,50,154). Sum of RGB (Red+Green+Blue) = 77+50+154=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D329A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D329A is #B2CD65. Grayscale: #454545. Windows color (decimal): -11717990 or 10105421. OLE color: 10105421.

HSL color Cylindrical-coordinate representation of color #4D329A: hue angle of 255.58º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D329A is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7750154-
CMYK0.500.6800.40
HSL255.58º50.98%40%-
HSV(B)255.58º67.53%60.39%-
XYZ10.036.1931.24-
YUV69.93175.45133.04-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.40%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 154 (60.55% from 255) = 54.80%
R=27.40%
G=17.79%
B=54.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal77501540.500.6800.40255.5850.9840
Hex4D329A32440281003328
Octal11562232621040504006350
Binary10011011100101001101011001010001000101000100000000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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