#4C378B

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

Shades of Blue Gem #4C378B

Tints of Blue Gem #4C378B

Color information

#4C378B (or 0x4C378B) is unknown color: approx Blue Gem. HEX triplet: 4C, 37 and 8B. RGB value is (76,55,139). Sum of RGB (Red+Green+Blue) = 76+55+139=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C378B is #B3C874. Grayscale: #464646. Windows color (decimal): -11782261 or 9123660. OLE color: 9123660.

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

Color convert

RGB7655139-
CMYK0.450.6000.45
HSL255º43.3%38.04%-
HSV(B)255º60.43%54.51%-
XYZ9.016.1325.14-
YUV70.86166.46131.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.15%
GREEN value IS 55 (21.88% from 255) = 20.37%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=28.15%
G=20.37%
B=51.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76551390.450.6000.4525543.338.04
Hex4C378B2D3C02Dff2b26
Octal1146721355740553775346
Binary100110011011110001011101101111100010110111111111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,55,139); }

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

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

 a { background-color: rgb(76,55,139); }

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

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

 span { border-color: rgb(76,55,139); }

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