Html Css Color HEX #4D3E91 Blue Gem

📋 copy color: '#4D3E91'

red 77 ◦ green 62 ◦ blue 145

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

Shades of Blue Gem #4D3E91

Tints of Blue Gem #4D3E91

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.83%

 BLUE value IS 145 (57.03% from 255) = 51.06%

R = 27.11%
G = 21.83%
B = 51.06%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D3E91 (or 0x4D3E91) is known color: Blue Gem. HEX triplet: 4D, 3E and 91. RGB value is (77,62,145). Sum of RGB (Red+Green+Blue) = 77+62+145=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D3E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3E91 is #B2C16E. Grayscale: #4B4B4B. Windows color (decimal): -11714927 or 9518669. OLE color: 9518669.

HSL color Cylindrical-coordinate representation of color #4D3E91: hue angle of 250.84º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D3E91 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 62 145 -
CMYK 0.47 0.57 0 0.43
HSL 250.84º 0.4% 0.41% -
HSV(B) 250.84º 0.57% 0.57% -
XYZ 9.89 7.07 27.63 -
YUV 75.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 77 62 145 0.47 0.57 0 0.43 250.84 0.4 0.41
Hex 4D 3E 91 2F 39 0 2B FB 28 29
Octal 115 76 221 57 71 0 53 373 50 51
Binary 1001101 111110 10010001 101111 111001 0 101011 11111011 101000 101001

Color Harmonies of #4D3E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3E91

Black with #4D3E91

Text Example


Text Example

White with #4D3E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,62,145); }

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

background-color css

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

 a { background-color: rgb(77,62,145); }

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

border-color css

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

 span { border-color: rgb(77,62,145); }

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