#4D3992

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

Shades of Blue Gem #4D3992

Tints of Blue Gem #4D3992

Color information

#4D3992 (or 0x4D3992) is unknown color: approx Blue Gem. HEX triplet: 4D, 39 and 92. RGB value is (77,57,146). Sum of RGB (Red+Green+Blue) = 77+57+146=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D3992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3992 is #B2C66D. Grayscale: #484848. Windows color (decimal): -11716206 or 9582925. OLE color: 9582925.

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

Color convert

RGB7757146-
CMYK0.470.6100.43
HSL253.48º43.84%39.8%-
HSV(B)253.48º60.96%57.25%-
XYZ9.716.5827.95-
YUV73.13169.13130.76-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.5%
GREEN value IS 57 (22.66% from 255) = 20.36%
BLUE value IS 146 (57.42% from 255) = 52.14%
R=27.5%
G=20.36%
B=52.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77571460.470.6100.43253.4843.8439.8
Hex4D39922F3D02Bfd2c28
Octal1157122257750533755450
Binary100110111100110010010101111111101010101111111101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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