Html Css Color HEX #4D3392 Blue Gem

📋 copy color: '#4D3392'

red 77 ◦ green 51 ◦ blue 146

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

Shades of Blue Gem #4D3392

Tints of Blue Gem #4D3392

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

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

R = 28.1%
G = 18.61%
B = 53.28%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D3392 (or 0x4D3392) is known color: Blue Gem. HEX triplet: 4D, 33 and 92. RGB value is (77,51,146). Sum of RGB (Red+Green+Blue) = 77+51+146=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D3392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3392 is #B2CC6D. Grayscale: #454545. Windows color (decimal): -11717742 or 9581389. OLE color: 9581389.

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

Color convert

RGB 77 51 146 -
CMYK 0.47 0.65 0 0.43
HSL 256.42º 0.48% 0.39% -
HSV(B) 256.42º 0.65% 0.57% -
XYZ 9.43 6.02 27.86 -
YUV 69.6 171.11 133.28 -
System Red Green Blue C M Y K H S L
Decimal 77 51 146 0.47 0.65 0 0.43 256.42 0.48 0.39
Hex 4D 33 92 2F 41 0 2B 100 30 27
Octal 115 63 222 57 101 0 53 400 60 47
Binary 1001101 110011 10010010 101111 1000001 0 101011 100000000 110000 100111

Color Harmonies of #4D3392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3392

Black with #4D3392

Text Example


Text Example

White with #4D3392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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