#4c3ea3

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

Shades of Blue Gem #4C3EA3

Tints of Blue Gem #4C3EA3

Color information

#4C3EA3 (or 0x4C3EA3) is unknown color: approx Blue Gem. HEX triplet: 4C, 3E and A3. RGB value is (76,62,163). Sum of RGB (Red+Green+Blue) = 76+62+163=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 62 (24.61% from 255 or 20.60% from 301); Blue value is 163 (64.06% from 255 or 54.15% from 301); Max value from RGB is 163 - color contains mainly: blue. Hex color #4C3EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3EA3 is #B3C15C. Grayscale: #4D4D4D. Windows color (decimal): -11780445 or 10698316. OLE color: 10698316.

HSL color Cylindrical-coordinate representation of color #4C3EA3: hue angle of 248.32º 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 #4C3EA3 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7662163-
CMYK0.530.6200.36
HSL248.32º44.89%44.12%-
HSV(B)248.32º61.96%63.92%-
XYZ11.317.6335.53-
YUV77.7176.14126.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.25%
GREEN value IS 62 (24.61% from 255) = 20.60%
BLUE value IS 163 (64.06% from 255) = 54.15%
R=25.25%
G=20.60%
B=54.15%

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
Decimal76621630.530.6200.36248.3244.8944.12
Hex4C3EA3353E024f82d2c
Octal1147624365760443705554
Binary100110011111010100011110101111110010010011111000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c3ea3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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