#4C3DAE

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

Shades of Blue Gem #4C3DAE

Tints of Blue Gem #4C3DAE

Color information

#4C3DAE (or 0x4C3DAE) is unknown color: approx Blue Gem. HEX triplet: 4C, 3D and AE. RGB value is (76,61,174). Sum of RGB (Red+Green+Blue) = 76+61+174=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C3DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3DAE is #B3C251. Grayscale: #4D4D4D. Windows color (decimal): -11780690 or 11418956. OLE color: 11418956.

HSL color Cylindrical-coordinate representation of color #4C3DAE: hue angle of 247.96º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C3DAE is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7661174-
CMYK0.560.6500.32
HSL247.96º48.09%46.08%-
HSV(B)247.96º64.94%68.24%-
XYZ12.297.9340.93-
YUV78.37181.97126.31-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.44%
GREEN value IS 61 (24.22% from 255) = 19.61%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=24.44%
G=19.61%
B=55.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76611740.560.6500.32247.9648.0946.08
Hex4C3DAE3841020f8302e
Octal11475256701010403706056
Binary1001100111101101011101110001000001010000011111000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,61,174); }

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

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

 a { background-color: rgb(76,61,174); }

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

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

 span { border-color: rgb(76,61,174); }

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