#4C3BAE

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

Shades of Blue Gem #4C3BAE

Tints of Blue Gem #4C3BAE

Color information

#4C3BAE (or 0x4C3BAE) is unknown color: approx Blue Gem. HEX triplet: 4C, 3B and AE. RGB value is (76,59,174). Sum of RGB (Red+Green+Blue) = 76+59+174=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C3BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3BAE is #B3C451. Grayscale: #4C4C4C. Windows color (decimal): -11781202 or 11418444. OLE color: 11418444.

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

Color convert

RGB7659174-
CMYK0.560.6600.32
HSL248.87º49.36%45.69%-
HSV(B)248.87º66.09%68.24%-
XYZ12.187.7240.89-
YUV77.19182.63127.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.60%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=24.60%
G=19.09%
B=56.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76591740.560.6600.32248.8749.3645.69
Hex4C3BAE3842020f9312e
Octal11473256701020403716156
Binary1001100111011101011101110001000010010000011111001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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