#4D4196

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

Shades of Blue Gem #4D4196

Tints of Blue Gem #4D4196

Color information

#4D4196 (or 0x4D4196) is unknown color: approx Blue Gem. HEX triplet: 4D, 41 and 96. RGB value is (77,65,150). Sum of RGB (Red+Green+Blue) = 77+65+150=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D4196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4196 is #B2BE69. Grayscale: #4D4D4D. Windows color (decimal): -11714154 or 9847117. OLE color: 9847117.

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

Color convert

RGB7765150-
CMYK0.490.5700.41
HSL248.47º39.53%42.16%-
HSV(B)248.47º56.67%58.82%-
XYZ10.467.5629.76-
YUV78.28168.48127.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.37%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=26.37%
G=22.26%
B=51.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal77651500.490.5700.41248.4739.5342.16
Hex4D41963139029f8282a
Octal11510122661710513705052
Binary1001101100000110010110110001111001010100111111000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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