#4C328B

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

Shades of Blue Gem #4C328B

Tints of Blue Gem #4C328B

Color information

#4C328B (or 0x4C328B) is unknown color: approx Blue Gem. HEX triplet: 4C, 32 and 8B. RGB value is (76,50,139). Sum of RGB (Red+Green+Blue) = 76+50+139=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C328B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C328B is #B3CD74. Grayscale: #434343. Windows color (decimal): -11783541 or 9122380. OLE color: 9122380.

HSL color Cylindrical-coordinate representation of color #4C328B: hue angle of 257.53º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C328B is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7650139-
CMYK0.450.6400.45
HSL257.53º47.09%37.06%-
HSV(B)257.53º64.03%54.51%-
XYZ8.785.6825.06-
YUV67.92168.11133.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.68%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=28.68%
G=18.87%
B=52.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76501390.450.6400.45257.5347.0937.06
Hex4C328B2D4002D1022f25
Octal11462213551000554025745
Binary10011001100101000101110110110000000101101100000010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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