#4C3CAD

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

Shades of Blue Gem #4C3CAD

Tints of Blue Gem #4C3CAD

Color information

#4C3CAD (or 0x4C3CAD) is unknown color: approx Blue Gem. HEX triplet: 4C, 3C and AD. RGB value is (76,60,173). Sum of RGB (Red+Green+Blue) = 76+60+173=309 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.60% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C3CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3CAD is #B3C352. Grayscale: #4D4D4D. Windows color (decimal): -11780947 or 11353164. OLE color: 11353164.

HSL color Cylindrical-coordinate representation of color #4C3CAD: hue angle of 248.5º 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 #4C3CAD is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7660173-
CMYK0.560.6500.32
HSL248.5º48.5%45.69%-
HSV(B)248.5º65.32%67.84%-
XYZ12.147.7940.4-
YUV77.67181.8126.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.60%
GREEN value IS 60 (23.83% from 255) = 19.42%
BLUE value IS 173 (67.97% from 255) = 55.99%
R=24.60%
G=19.42%
B=55.99%

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
Decimal76601730.560.6500.32248.548.545.69
Hex4C3CAD3841020f8302e
Octal11474255701010403706056
Binary1001100111100101011011110001000001010000011111000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,60,173); }

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

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

 a { background-color: rgb(76,60,173); }

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

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

 span { border-color: rgb(76,60,173); }

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