Html Css Color HEX #4D318B Blue Gem

📋 copy color: '#4D318B'

red 77 ◦ green 49 ◦ blue 139

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

Shades of Blue Gem #4D318B

Tints of Blue Gem #4D318B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 52.45%

R = 29.06%
G = 18.49%
B = 52.45%

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

#4D318B (or 0x4D318B) is known color: Blue Gem. HEX triplet: 4D, 31 and 8B. RGB value is (77,49,139). Sum of RGB (Red+Green+Blue) = 77+49+139=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D318B is #B2CE74. Grayscale: #434343. Windows color (decimal): -11718261 or 9122125. OLE color: 9122125.

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

Color convert

RGB 77 49 139 -
CMYK 0.45 0.65 0 0.45
HSL 258.67º 0.48% 0.37% -
HSV(B) 258.67º 0.65% 0.55% -
XYZ 8.82 5.64 25.05 -
YUV 67.63 168.28 134.68 -
System Red Green Blue C M Y K H S L
Decimal 77 49 139 0.45 0.65 0 0.45 258.67 0.48 0.37
Hex 4D 31 8B 2D 41 0 2D 103 30 25
Octal 115 61 213 55 101 0 55 403 60 45
Binary 1001101 110001 10001011 101101 1000001 0 101101 100000011 110000 100101

Color Harmonies of #4D318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D318B

Black with #4D318B

Text Example


Text Example

White with #4D318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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