#4D328B

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

Shades of Blue Gem #4D328B

Tints of Blue Gem #4D328B

Color information

#4D328B (or 0x4D328B) is unknown color: approx Blue Gem. HEX triplet: 4D, 32 and 8B. RGB value is (77,50,139). Sum of RGB (Red+Green+Blue) = 77+50+139=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D328B is #B2CD74. Grayscale: #434343. Windows color (decimal): -11718005 or 9122381. OLE color: 9122381.

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

Color convert

RGB7750139-
CMYK0.450.6400.45
HSL258.2º47.09%37.06%-
HSV(B)258.2º64.03%54.51%-
XYZ8.865.7225.06-
YUV68.22167.95134.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.95%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=28.95%
G=18.80%
B=52.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77501390.450.6400.45258.247.0937.06
Hex4D328B2D4002D1022f25
Octal11562213551000554025745
Binary10011011100101000101110110110000000101101100000010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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