#4C3BAC

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

Shades of Blue Gem #4C3BAC

Tints of Blue Gem #4C3BAC

Color information

#4C3BAC (or 0x4C3BAC) is unknown color: approx Blue Gem. HEX triplet: 4C, 3B and AC. RGB value is (76,59,172). Sum of RGB (Red+Green+Blue) = 76+59+172=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 59 (23.44% from 255 or 19.22% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C3BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3BAC is #B3C453. Grayscale: #4C4C4C. Windows color (decimal): -11781204 or 11287372. OLE color: 11287372.

HSL color Cylindrical-coordinate representation of color #4C3BAC: hue angle of 249.03º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C3BAC is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7659172-
CMYK0.560.6600.33
HSL249.03º48.92%45.29%-
HSV(B)249.03º65.7%67.45%-
XYZ11.997.6439.87-
YUV76.96181.63127.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.76%
GREEN value IS 59 (23.44% from 255) = 19.22%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=24.76%
G=19.22%
B=56.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76591720.560.6600.33249.0348.9245.29
Hex4C3BAC3842021f9312d
Octal11473254701020413716155
Binary1001100111011101011001110001000010010000111111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,59,172); }

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

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

 a { background-color: rgb(76,59,172); }

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

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

 span { border-color: rgb(76,59,172); }

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