#4D328D

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

Shades of Blue Gem #4D328D

Tints of Blue Gem #4D328D

Color information

#4D328D (or 0x4D328D) is unknown color: approx Blue Gem. HEX triplet: 4D, 32 and 8D. RGB value is (77,50,141). Sum of RGB (Red+Green+Blue) = 77+50+141=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D328D is #B2CD72. Grayscale: #444444. Windows color (decimal): -11718003 or 9253453. OLE color: 9253453.

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

Color convert

RGB7750141-
CMYK0.450.6500.45
HSL257.8º47.64%37.45%-
HSV(B)257.8º64.54%55.29%-
XYZ9.015.7825.84-
YUV68.45168.95134.1-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.73%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 141 (55.47% from 255) = 52.61%
R=28.73%
G=18.66%
B=52.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal77501410.450.6500.45257.847.6437.45
Hex4D328D2D4102D1023025
Octal11562215551010554026045
Binary10011011100101000110110110110000010101101100000010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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