#4D378E

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

Shades of Blue Gem #4D378E

Tints of Blue Gem #4D378E

Color information

#4D378E (or 0x4D378E) is unknown color: approx Blue Gem. HEX triplet: 4D, 37 and 8E. RGB value is (77,55,142). Sum of RGB (Red+Green+Blue) = 77+55+142=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D378E is #B2C871. Grayscale: #474747. Windows color (decimal): -11716722 or 9320269. OLE color: 9320269.

HSL color Cylindrical-coordinate representation of color #4D378E: hue angle of 255.17º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D378E is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7755142-
CMYK0.460.6100.44
HSL255.17º44.16%38.63%-
HSV(B)255.17º61.27%55.69%-
XYZ9.316.2626.31-
YUV71.5167.79131.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.10%
GREEN value IS 55 (21.88% from 255) = 20.07%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=28.10%
G=20.07%
B=51.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal77551420.460.6100.44255.1744.1638.63
Hex4D378E2E3D02Cff2c27
Octal1156721656750543775447
Binary100110111011110001110101110111101010110011111111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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