#4D4392

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

Shades of Blue Gem #4D4392

Tints of Blue Gem #4D4392

Color information

#4D4392 (or 0x4D4392) is unknown color: approx Blue Gem. HEX triplet: 4D, 43 and 92. RGB value is (77,67,146). Sum of RGB (Red+Green+Blue) = 77+67+146=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D4392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4392 is #B2BC6D. Grayscale: #4E4E4E. Windows color (decimal): -11713646 or 9585485. OLE color: 9585485.

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

Color convert

RGB7767146-
CMYK0.470.5400.43
HSL247.59º37.09%41.76%-
HSV(B)247.59º54.11%57.25%-
XYZ10.267.6728.13-
YUV79165.81126.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.55%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=26.55%
G=23.10%
B=50.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77671460.470.5400.43247.5937.0941.76
Hex4D43922F3602Bf8252a
Octal11510322257660533704552
Binary1001101100001110010010101111110110010101111111000100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,67,146); }

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

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

 a { background-color: rgb(77,67,146); }

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

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

 span { border-color: rgb(77,67,146); }

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