#4D4192

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

Shades of Blue Gem #4D4192

Tints of Blue Gem #4D4192

Color information

#4D4192 (or 0x4D4192) is unknown color: approx Blue Gem. HEX triplet: 4D, 41 and 92. RGB value is (77,65,146). Sum of RGB (Red+Green+Blue) = 77+65+146=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D4192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4192 is #B2BE6D. Grayscale: #4D4D4D. Windows color (decimal): -11714158 or 9584973. OLE color: 9584973.

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

Color convert

RGB7765146-
CMYK0.470.5500.43
HSL248.89º38.39%41.37%-
HSV(B)248.89º55.48%57.25%-
XYZ10.147.4328.09-
YUV77.82166.48127.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.74%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=26.74%
G=22.57%
B=50.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal77651460.470.5500.43248.8938.3941.37
Hex4D41922F3702Bf92629
Octal11510122257670533714651
Binary1001101100000110010010101111110111010101111111001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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