#4D3D92

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

Shades of Blue Gem #4D3D92

Tints of Blue Gem #4D3D92

Color information

#4D3D92 (or 0x4D3D92) is unknown color: approx Blue Gem. HEX triplet: 4D, 3D and 92. RGB value is (77,61,146). Sum of RGB (Red+Green+Blue) = 77+61+146=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D3D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3D92 is #B2C26D. Grayscale: #4B4B4B. Windows color (decimal): -11715182 or 9583949. OLE color: 9583949.

HSL color Cylindrical-coordinate representation of color #4D3D92: hue angle of 251.29º degrees, saturation: 0.41, 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 #4D3D92 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7761146-
CMYK0.470.5800.43
HSL251.29º41.06%40.59%-
HSV(B)251.29º58.22%57.25%-
XYZ9.926.9928.02-
YUV75.47167.8129.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.11%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=27.11%
G=21.48%
B=51.41%

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
Decimal77611460.470.5800.43251.2941.0640.59
Hex4D3D922F3A02Bfb2929
Octal1157522257720533735151
Binary100110111110110010010101111111010010101111111011101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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