#4C3AA2

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

Shades of Blue Gem #4C3AA2

Tints of Blue Gem #4C3AA2

Color information

#4C3AA2 (or 0x4C3AA2) is unknown color: approx Blue Gem. HEX triplet: 4C, 3A and A2. RGB value is (76,58,162). Sum of RGB (Red+Green+Blue) = 76+58+162=296 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.68% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #4C3AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3AA2 is #B3C55D. Grayscale: #4A4A4A. Windows color (decimal): -11781470 or 10631756. OLE color: 10631756.

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

Color convert

RGB7658162-
CMYK0.530.6400.36
HSL250.38º47.27%43.14%-
HSV(B)250.38º64.2%63.53%-
XYZ11.027.1734.99-
YUV75.24176.96128.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.68%
GREEN value IS 58 (23.05% from 255) = 19.59%
BLUE value IS 162 (63.67% from 255) = 54.73%
R=25.68%
G=19.59%
B=54.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76581620.530.6400.36250.3847.2743.14
Hex4C3AA23540024fa2f2b
Octal11472242651000443725753
Binary1001100111010101000101101011000000010010011111010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,58,162); }

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

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

 a { background-color: rgb(76,58,162); }

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

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

 span { border-color: rgb(76,58,162); }

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