Html Css Color HEX #4D329E Blue Gem

📋 copy color: '#4D329E'

red 77 ◦ green 50 ◦ blue 158

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

Shades of Blue Gem #4D329E

Tints of Blue Gem #4D329E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.44%

R = 27.02%
G = 17.54%
B = 55.44%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D329E (or 0x4D329E) is known color: Blue Gem. HEX triplet: 4D, 32 and 9E. RGB value is (77,50,158). Sum of RGB (Red+Green+Blue) = 77+50+158=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D329E is #B2CD61. Grayscale: #454545. Windows color (decimal): -11717986 or 10367565. OLE color: 10367565.

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

Color convert

RGB 77 50 158 -
CMYK 0.51 0.68 0 0.38
HSL 255º 0.52% 0.41% -
HSV(B) 255º 0.68% 0.62% -
XYZ 10.37 6.33 33.02 -
YUV 70.39 177.45 132.72 -
System Red Green Blue C M Y K H S L
Decimal 77 50 158 0.51 0.68 0 0.38 255 0.52 0.41
Hex 4D 32 9E 33 44 0 26 FF 34 29
Octal 115 62 236 63 104 0 46 377 64 51
Binary 1001101 110010 10011110 110011 1000100 0 100110 11111111 110100 101001

Color Harmonies of #4D329E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D329E

Black with #4D329E

Text Example


Text Example

White with #4D329E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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