Html Css Color HEX #4D339B Blue Gem

📋 copy color: '#4D339B'

red 77 ◦ green 51 ◦ blue 155

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

Shades of Blue Gem #4D339B

Tints of Blue Gem #4D339B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.77%

R = 27.21%
G = 18.02%
B = 54.77%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D339B (or 0x4D339B) is known color: Blue Gem. HEX triplet: 4D, 33 and 9B. RGB value is (77,51,155). Sum of RGB (Red+Green+Blue) = 77+51+155=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D339B is #B2CC64. Grayscale: #464646. Windows color (decimal): -11717733 or 10171213. OLE color: 10171213.

HSL color Cylindrical-coordinate representation of color #4D339B: hue angle of 255º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D339B is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 77 51 155 -
CMYK 0.50 0.67 0 0.39
HSL 255º 0.5% 0.4% -
HSV(B) 255º 0.67% 0.61% -
XYZ 10.16 6.31 31.69 -
YUV 70.63 175.61 132.54 -
System Red Green Blue C M Y K H S L
Decimal 77 51 155 0.50 0.67 0 0.39 255 0.5 0.4
Hex 4D 33 9B 32 43 0 27 FF 32 28
Octal 115 63 233 62 103 0 47 377 62 50
Binary 1001101 110011 10011011 110010 1000011 0 100111 11111111 110010 101000

Color Harmonies of #4D339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D339B

Black with #4D339B

Text Example


Text Example

White with #4D339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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