#4D3E92

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

Shades of Blue Gem #4D3E92

Tints of Blue Gem #4D3E92

Color information

#4D3E92 (or 0x4D3E92) is unknown color: approx Blue Gem. HEX triplet: 4D, 3E and 92. RGB value is (77,62,146). Sum of RGB (Red+Green+Blue) = 77+62+146=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D3E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3E92 is #B2C16D. Grayscale: #4B4B4B. Windows color (decimal): -11714926 or 9584205. OLE color: 9584205.

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

Color convert

RGB7762146-
CMYK0.470.5800.43
HSL250.71º40.38%40.78%-
HSV(B)250.71º57.53%57.25%-
XYZ9.977.128.04-
YUV76.06167.47128.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.02%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=27.02%
G=21.75%
B=51.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77621460.470.5800.43250.7140.3840.78
Hex4D3E922F3A02Bfb2829
Octal1157622257720533735051
Binary100110111111010010010101111111010010101111111011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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