#4C378A

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

Shades of Blue Gem #4C378A

Tints of Blue Gem #4C378A

Color information

#4C378A (or 0x4C378A) is unknown color: approx Blue Gem. HEX triplet: 4C, 37 and 8A. RGB value is (76,55,138). Sum of RGB (Red+Green+Blue) = 76+55+138=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #4C378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C378A is #B3C875. Grayscale: #464646. Windows color (decimal): -11782262 or 9058124. OLE color: 9058124.

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

Color convert

RGB7655138-
CMYK0.450.6000.46
HSL255.18º43.01%37.84%-
HSV(B)255.18º60.14%54.12%-
XYZ8.936.124.75-
YUV70.74165.96131.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.25%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 138 (54.30% from 255) = 51.30%
R=28.25%
G=20.45%
B=51.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal76551380.450.6000.46255.1843.0137.84
Hex4C378A2D3C02Eff2b26
Octal1146721255740563775346
Binary100110011011110001010101101111100010111011111111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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