Html Css Color HEX #4D328F Blue Gem

📋 copy color: '#4D328F'

red 77 ◦ green 50 ◦ blue 143

#4D328F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4D328F

Tints of Blue Gem #4D328F

RGB

 RED value IS 77 (30.47% from 255) = 28.52%

 GREEN value IS 50 (19.92% from 255) = 18.52%

 BLUE value IS 143 (56.25% from 255) = 52.96%

R = 28.52%
G = 18.52%
B = 52.96%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D328F (or 0x4D328F) is known color: Blue Gem. HEX triplet: 4D, 32 and 8F. RGB value is (77,50,143). Sum of RGB (Red+Green+Blue) = 77+50+143=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D328F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D328F is #B2CD70. Grayscale: #444444. Windows color (decimal): -11718001 or 9384525. OLE color: 9384525.

HSL color Cylindrical-coordinate representation of color #4D328F: hue angle of 257.42º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D328F is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 77 50 143 -
CMYK 0.46 0.65 0 0.44
HSL 257.42º 0.48% 0.38% -
HSV(B) 257.42º 0.65% 0.56% -
XYZ 9.16 5.84 26.63 -
YUV 68.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 77 50 143 0.46 0.65 0 0.44 257.42 0.48 0.38
Hex 4D 32 8F 2E 41 0 2C 101 30 26
Octal 115 62 217 56 101 0 54 401 60 46
Binary 1001101 110010 10001111 101110 1000001 0 101100 100000001 110000 100110

Color Harmonies of #4D328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D328F

Black with #4D328F

Text Example


Text Example

White with #4D328F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D328F;
 }
 .AnyTagClassName
 {
   color: #4D328F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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