Html Css Color HEX #4D3195 Blue Gem

📋 copy color: '#4D3195'

red 77 ◦ green 49 ◦ blue 149

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

Shades of Blue Gem #4D3195

Tints of Blue Gem #4D3195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 54.18%

R = 28%
G = 17.82%
B = 54.18%

CMYK

 C value IS 0.48

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D3195 (or 0x4D3195) is known color: Blue Gem. HEX triplet: 4D, 31 and 95. RGB value is (77,49,149). Sum of RGB (Red+Green+Blue) = 77+49+149=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D3195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3195 is #B2CE6A. Grayscale: #444444. Windows color (decimal): -11718251 or 9777485. OLE color: 9777485.

HSL color Cylindrical-coordinate representation of color #4D3195: hue angle of 256.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D3195 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 49 149 -
CMYK 0.48 0.67 0 0.42
HSL 256.8º 0.51% 0.39% -
HSV(B) 256.8º 0.67% 0.58% -
XYZ 9.58 5.94 29.08 -
YUV 68.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 77 49 149 0.48 0.67 0 0.42 256.8 0.51 0.39
Hex 4D 31 95 30 43 0 2A 101 33 27
Octal 115 61 225 60 103 0 52 401 63 47
Binary 1001101 110001 10010101 110000 1000011 0 101010 100000001 110011 100111

Color Harmonies of #4D3195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3195

Black with #4D3195

Text Example


Text Example

White with #4D3195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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