#4D329F

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

Shades of Blue Gem #4D329F

Tints of Blue Gem #4D329F

Color information

#4D329F (or 0x4D329F) is unknown color: approx Blue Gem. HEX triplet: 4D, 32 and 9F. RGB value is (77,50,159). Sum of RGB (Red+Green+Blue) = 77+50+159=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D329F is #B2CD60. Grayscale: #464646. Windows color (decimal): -11717985 or 10433101. OLE color: 10433101.

HSL color Cylindrical-coordinate representation of color #4D329F: hue angle of 254.86º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D329F is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7750159-
CMYK0.520.6900.38
HSL254.86º52.15%40.98%-
HSV(B)254.86º68.55%62.35%-
XYZ10.466.3633.48-
YUV70.5177.95132.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.92%
GREEN value IS 50 (19.92% from 255) = 17.48%
BLUE value IS 159 (62.5% from 255) = 55.59%
R=26.92%
G=17.48%
B=55.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77501590.520.6900.38254.8652.1540.98
Hex4D329F3445026ff3429
Octal11562237641050463776451
Binary1001101110010100111111101001000101010011011111111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D329F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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