#4D339F

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

Shades of Blue Gem #4D339F

Tints of Blue Gem #4D339F

Color information

#4D339F (or 0x4D339F) is unknown color: approx Blue Gem. HEX triplet: 4D, 33 and 9F. RGB value is (77,51,159). Sum of RGB (Red+Green+Blue) = 77+51+159=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D339F is #B2CC60. Grayscale: #464646. Windows color (decimal): -11717729 or 10433357. OLE color: 10433357.

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

Color convert

RGB7751159-
CMYK0.520.6800.38
HSL254.44º51.43%41.18%-
HSV(B)254.44º67.92%62.35%-
XYZ10.56.4533.49-
YUV71.09177.61132.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.83%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=26.83%
G=17.77%
B=55.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77511590.520.6800.38254.4451.4341.18
Hex4D339F3444026fe3329
Octal11563237641040463766351
Binary1001101110011100111111101001000100010011011111110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D339F;
 }
 .AnyTagClassName
 {
   color: #4D339F;
 }
</style>
background-color css

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

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

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

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

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

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