Html Css Color HEX #4D349F Blue Gem

📋 copy color: '#4D349F'

red 77 ◦ green 52 ◦ blue 159

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

Shades of Blue Gem #4D349F

Tints of Blue Gem #4D349F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

 BLUE value IS 159 (62.5% from 255) = 55.21%

R = 26.74%
G = 18.06%
B = 55.21%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D349F (or 0x4D349F) is known color: Blue Gem. HEX triplet: 4D, 34 and 9F. RGB value is (77,52,159). Sum of RGB (Red+Green+Blue) = 77+52+159=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 159 (62.5% from 255 or 55.21% from 288); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D349F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D349F is #B2CB60. Grayscale: #474747. Windows color (decimal): -11717473 or 10433613. OLE color: 10433613.

HSL color Cylindrical-coordinate representation of color #4D349F: hue angle of 254.02º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D349F is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 52 159 -
CMYK 0.52 0.67 0 0.38
HSL 254.02º 0.51% 0.41% -
HSV(B) 254.02º 0.67% 0.62% -
XYZ 10.55 6.54 33.51 -
YUV 71.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 77 52 159 0.52 0.67 0 0.38 254.02 0.51 0.41
Hex 4D 34 9F 34 43 0 26 FE 33 29
Octal 115 64 237 64 103 0 46 376 63 51
Binary 1001101 110100 10011111 110100 1000011 0 100110 11111110 110011 101001

Color Harmonies of #4D349F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D349F

Black with #4D349F

Text Example


Text Example

White with #4D349F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,52,159); }

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

background-color css

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

 a { background-color: rgb(77,52,159); }

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

border-color css

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

 span { border-color: rgb(77,52,159); }

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