Html Css Color HEX #4D3189 Blue Gem

📋 copy color: '#4D3189'

red 77 ◦ green 49 ◦ blue 137

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

Shades of Blue Gem #4D3189

Tints of Blue Gem #4D3189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.09%

R = 29.28%
G = 18.63%
B = 52.09%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D3189 (or 0x4D3189) is known color: Blue Gem. HEX triplet: 4D, 31 and 89. RGB value is (77,49,137). Sum of RGB (Red+Green+Blue) = 77+49+137=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D3189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3189 is #B2CE76. Grayscale: #434343. Windows color (decimal): -11718263 or 8991053. OLE color: 8991053.

HSL color Cylindrical-coordinate representation of color #4D3189: hue angle of 259.09º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D3189 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 77 49 137 -
CMYK 0.44 0.64 0 0.46
HSL 259.09º 0.47% 0.36% -
HSV(B) 259.09º 0.64% 0.54% -
XYZ 8.67 5.58 24.29 -
YUV 67.4 167.28 134.84 -
System Red Green Blue C M Y K H S L
Decimal 77 49 137 0.44 0.64 0 0.46 259.09 0.47 0.36
Hex 4D 31 89 2C 40 0 2E 103 2F 24
Octal 115 61 211 54 100 0 56 403 57 44
Binary 1001101 110001 10001001 101100 1000000 0 101110 100000011 101111 100100

Color Harmonies of #4D3189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3189

Black with #4D3189

Text Example


Text Example

White with #4D3189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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