#4D349F

Color #4D349F Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4D349F

Tints of Blue Gem #4D349F

Color information

#4D349F (or 0x4D349F) is unknown color: approx 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

RGB7752159-
CMYK0.520.6700.38
HSL254.02º50.71%41.37%-
HSV(B)254.02º67.3%62.35%-
XYZ10.556.5433.51-
YUV71.67177.28131.8-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.74%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77521590.520.6700.38254.0250.7141.37
Hex4D349F3443026fe3329
Octal11564237641030463766351
Binary1001101110100100111111101001000011010011011111110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>