#4D379D

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

Shades of Blue Gem #4D379D

Tints of Blue Gem #4D379D

Color information

#4D379D (or 0x4D379D) is unknown color: approx Blue Gem. HEX triplet: 4D, 37 and 9D. RGB value is (77,55,157). Sum of RGB (Red+Green+Blue) = 77+55+157=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 157 (61.72% from 255 or 54.33% from 289); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D379D is #B2C862. Grayscale: #484848. Windows color (decimal): -11716707 or 10303309. OLE color: 10303309.

HSL color Cylindrical-coordinate representation of color #4D379D: hue angle of 252.94º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D379D is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7755157-
CMYK0.510.6500.38
HSL252.94º48.11%41.57%-
HSV(B)252.94º64.97%61.57%-
XYZ10.516.7432.65-
YUV73.21175.29130.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.64%
GREEN value IS 55 (21.88% from 255) = 19.03%
BLUE value IS 157 (61.72% from 255) = 54.33%
R=26.64%
G=19.03%
B=54.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77551570.510.6500.38252.9448.1141.57
Hex4D379D3341026fd302a
Octal11567235631010463756052
Binary1001101110111100111011100111000001010011011111101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,55,157); }

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

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

 a { background-color: rgb(77,55,157); }

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

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

 span { border-color: rgb(77,55,157); }

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