Html Css Color HEX #4D329B Blue Gem

📋 copy color: '#4D329B'

red 77 ◦ green 50 ◦ blue 155

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

Shades of Blue Gem #4D329B

Tints of Blue Gem #4D329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.96%

R = 27.3%
G = 17.73%
B = 54.96%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D329B (or 0x4D329B) is known color: Blue Gem. HEX triplet: 4D, 32 and 9B. RGB value is (77,50,155). Sum of RGB (Red+Green+Blue) = 77+50+155=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D329B is #B2CD64. Grayscale: #454545. Windows color (decimal): -11717989 or 10170957. OLE color: 10170957.

HSL color Cylindrical-coordinate representation of color #4D329B: hue angle of 255.43º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D329B is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 50 155 -
CMYK 0.50 0.68 0 0.39
HSL 255.43º 0.51% 0.4% -
HSV(B) 255.43º 0.68% 0.61% -
XYZ 10.12 6.23 31.68 -
YUV 70.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 77 50 155 0.50 0.68 0 0.39 255.43 0.51 0.4
Hex 4D 32 9B 32 44 0 27 FF 33 28
Octal 115 62 233 62 104 0 47 377 63 50
Binary 1001101 110010 10011011 110010 1000100 0 100111 11111111 110011 101000

Color Harmonies of #4D329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D329B

Black with #4D329B

Text Example


Text Example

White with #4D329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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