#4C3EA2

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

Shades of Blue Gem #4C3EA2

Tints of Blue Gem #4C3EA2

Color information

#4C3EA2 (or 0x4C3EA2) is unknown color: approx Blue Gem. HEX triplet: 4C, 3E and A2. RGB value is (76,62,162). Sum of RGB (Red+Green+Blue) = 76+62+162=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 162 (63.67% from 255 or 54% from 300); Max value from RGB is 162 - color contains mainly: blue. Hex color #4C3EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3EA2 is #B3C15D. Grayscale: #4D4D4D. Windows color (decimal): -11780446 or 10632780. OLE color: 10632780.

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

Color convert

RGB7662162-
CMYK0.530.6200.36
HSL248.4º44.64%43.92%-
HSV(B)248.4º61.73%63.53%-
XYZ11.227.5935.06-
YUV77.59175.64126.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.33%
GREEN value IS 62 (24.61% from 255) = 20.67%
BLUE value IS 162 (63.67% from 255) = 54%
R=25.33%
G=20.67%
B=54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76621620.530.6200.36248.444.6443.92
Hex4C3EA2353E024f82d2c
Octal1147624265760443705554
Binary100110011111010100010110101111110010010011111000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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