Html Css Color HEX #4D3E92 Blue Gem

📋 copy color: '#4D3E92'

red 77 ◦ green 62 ◦ blue 146

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

Shades of Blue Gem #4D3E92

Tints of Blue Gem #4D3E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.23%

R = 27.02%
G = 21.75%
B = 51.23%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D3E92 (or 0x4D3E92) is known color: Blue Gem. HEX triplet: 4D, 3E and 92. RGB value is (77,62,146). Sum of RGB (Red+Green+Blue) = 77+62+146=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D3E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3E92 is #B2C16D. Grayscale: #4B4B4B. Windows color (decimal): -11714926 or 9584205. OLE color: 9584205.

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

Color convert

RGB 77 62 146 -
CMYK 0.47 0.58 0 0.43
HSL 250.71º 0.4% 0.41% -
HSV(B) 250.71º 0.58% 0.57% -
XYZ 9.97 7.1 28.04 -
YUV 76.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 77 62 146 0.47 0.58 0 0.43 250.71 0.4 0.41
Hex 4D 3E 92 2F 3A 0 2B FB 28 29
Octal 115 76 222 57 72 0 53 373 50 51
Binary 1001101 111110 10010010 101111 111010 0 101011 11111011 101000 101001

Color Harmonies of #4D3E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3E92

Black with #4D3E92

Text Example


Text Example

White with #4D3E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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