#4D3C87

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

Shades of Blue Gem #4D3C87

Tints of Blue Gem #4D3C87

Color information

#4D3C87 (or 0x4D3C87) is unknown color: approx Blue Gem. HEX triplet: 4D, 3C and 87. RGB value is (77,60,135). Sum of RGB (Red+Green+Blue) = 77+60+135=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D3C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3C87 is #B2C378. Grayscale: #494949. Windows color (decimal): -11715449 or 8862797. OLE color: 8862797.

HSL color Cylindrical-coordinate representation of color #4D3C87: hue angle of 253.6º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D3C87 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7760135-
CMYK0.430.5600.47
HSL253.6º38.46%38.24%-
HSV(B)253.6º55.56%52.94%-
XYZ9.056.5623.71-
YUV73.63162.63130.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.31%
GREEN value IS 60 (23.83% from 255) = 22.06%
BLUE value IS 135 (53.12% from 255) = 49.63%
R=28.31%
G=22.06%
B=49.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77601350.430.5600.47253.638.4638.24
Hex4D3C872B3802Ffe2626
Octal1157420753700573764646
Binary100110111110010000111101011111000010111111111110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,60,135); }

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

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

 a { background-color: rgb(77,60,135); }

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

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

 span { border-color: rgb(77,60,135); }

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