Html Css Color HEX #4D318D Blue Gem

📋 copy color: '#4D318D'

red 77 ◦ green 49 ◦ blue 141

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

Shades of Blue Gem #4D318D

Tints of Blue Gem #4D318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

 BLUE value IS 141 (55.47% from 255) = 52.81%

R = 28.84%
G = 18.35%
B = 52.81%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D318D (or 0x4D318D) is known color: Blue Gem. HEX triplet: 4D, 31 and 8D. RGB value is (77,49,141). Sum of RGB (Red+Green+Blue) = 77+49+141=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D318D is #B2CE72. Grayscale: #434343. Windows color (decimal): -11718259 or 9253197. OLE color: 9253197.

HSL color Cylindrical-coordinate representation of color #4D318D: hue angle of 258.26º 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 #4D318D is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 49 141 -
CMYK 0.45 0.65 0 0.45
HSL 258.26º 0.48% 0.37% -
HSV(B) 258.26º 0.65% 0.55% -
XYZ 8.97 5.7 25.83 -
YUV 67.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 77 49 141 0.45 0.65 0 0.45 258.26 0.48 0.37
Hex 4D 31 8D 2D 41 0 2D 102 30 25
Octal 115 61 215 55 101 0 55 402 60 45
Binary 1001101 110001 10001101 101101 1000001 0 101101 100000010 110000 100101

Color Harmonies of #4D318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D318D

Black with #4D318D

Text Example


Text Example

White with #4D318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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