Html Css Color HEX #4D209E Blue Gem

📋 copy color: '#4D209E'

red 77 ◦ green 32 ◦ blue 158

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

Shades of Blue Gem #4D209E

Tints of Blue Gem #4D209E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

 BLUE value IS 158 (62.11% from 255) = 59.18%

R = 28.84%
G = 11.99%
B = 59.18%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D209E (or 0x4D209E) is known color: Blue Gem. HEX triplet: 4D, 20 and 9E. RGB value is (77,32,158). Sum of RGB (Red+Green+Blue) = 77+32+158=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D209E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D209E is #B2DF61. Grayscale: #3B3B3B. Windows color (decimal): -11722594 or 10362957. OLE color: 10362957.

HSL color Cylindrical-coordinate representation of color #4D209E: hue angle of 261.43º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D209E is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 32 158 -
CMYK 0.51 0.80 0 0.38
HSL 261.43º 0.66% 0.37% -
HSV(B) 261.43º 0.8% 0.62% -
XYZ 9.75 5.08 32.81 -
YUV 59.82 183.41 140.25 -
System Red Green Blue C M Y K H S L
Decimal 77 32 158 0.51 0.80 0 0.38 261.43 0.66 0.37
Hex 4D 20 9E 33 50 0 26 105 42 25
Octal 115 40 236 63 120 0 46 405 102 45
Binary 1001101 100000 10011110 110011 1010000 0 100110 100000101 1000010 100101

Color Harmonies of #4D209E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D209E

Black with #4D209E

Text Example


Text Example

White with #4D209E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,32,158); }

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

background-color css

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

 a { background-color: rgb(77,32,158); }

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

border-color css

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

 span { border-color: rgb(77,32,158); }

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