#4D2991

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

Shades of Blue Gem #4D2991

Tints of Blue Gem #4D2991

Color information

#4D2991 (or 0x4D2991) is unknown color: approx Blue Gem. HEX triplet: 4D, 29 and 91. RGB value is (77,41,145). Sum of RGB (Red+Green+Blue) = 77+41+145=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D2991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2991 is #B2D66E. Grayscale: #3F3F3F. Windows color (decimal): -11720303 or 9513293. OLE color: 9513293.

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

Color convert

RGB7741145-
CMYK0.470.7200.43
HSL260.77º55.91%36.47%-
HSV(B)260.77º71.72%56.86%-
XYZ8.965.2127.32-
YUV63.62173.93137.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.28%
GREEN value IS 41 (16.41% from 255) = 15.59%
BLUE value IS 145 (57.03% from 255) = 55.13%
R=29.28%
G=15.59%
B=55.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77411450.470.7200.43260.7755.9136.47
Hex4D29912F4802B1053824
Octal11551221571100534057044
Binary10011011010011001000110111110010000101011100000101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,41,145); }

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

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

 a { background-color: rgb(77,41,145); }

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

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

 span { border-color: rgb(77,41,145); }

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