#4D4697

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

Shades of Blue Gem #4D4697

Tints of Blue Gem #4D4697

Color information

#4D4697 (or 0x4D4697) is unknown color: approx Blue Gem. HEX triplet: 4D, 46 and 97. RGB value is (77,70,151). Sum of RGB (Red+Green+Blue) = 77+70+151=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #4D4697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4697 is #B2B968. Grayscale: #515151. Windows color (decimal): -11712873 or 9913933. OLE color: 9913933.

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

Color convert

RGB7770151-
CMYK0.490.5400.41
HSL245.19º36.65%43.33%-
HSV(B)245.19º53.64%59.22%-
XYZ10.848.1930.29-
YUV81.33167.32124.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.84%
GREEN value IS 70 (27.73% from 255) = 23.49%
BLUE value IS 151 (59.38% from 255) = 50.67%
R=25.84%
G=23.49%
B=50.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal77701510.490.5400.41245.1936.6543.33
Hex4D46973136029f5252b
Octal11510622761660513654553
Binary1001101100011010010111110001110110010100111110101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,70,151); }

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

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

 a { background-color: rgb(77,70,151); }

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

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

 span { border-color: rgb(77,70,151); }

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