Html Css Color HEX #4D379B Blue Gem

📋 copy color: '#4D379B'

red 77 ◦ green 55 ◦ blue 155

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

Shades of Blue Gem #4D379B

Tints of Blue Gem #4D379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.16%

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

R = 26.83%
G = 19.16%
B = 54.01%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D379B (or 0x4D379B) is known color: Blue Gem. HEX triplet: 4D, 37 and 9B. RGB value is (77,55,155). Sum of RGB (Red+Green+Blue) = 77+55+155=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D379B is #B2C864. Grayscale: #484848. Windows color (decimal): -11716709 or 10172237. OLE color: 10172237.

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

Color convert

RGB 77 55 155 -
CMYK 0.50 0.65 0 0.39
HSL 253.2º 0.48% 0.41% -
HSV(B) 253.2º 0.65% 0.61% -
XYZ 10.34 6.68 31.75 -
YUV 72.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 77 55 155 0.50 0.65 0 0.39 253.2 0.48 0.41
Hex 4D 37 9B 32 41 0 27 FD 30 29
Octal 115 67 233 62 101 0 47 375 60 51
Binary 1001101 110111 10011011 110010 1000001 0 100111 11111101 110000 101001

Color Harmonies of #4D379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D379B

Black with #4D379B

Text Example


Text Example

White with #4D379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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