#4C3A76

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

Shades of Meteorite #4C3A76

Tints of Meteorite #4C3A76

Color information

#4C3A76 (or 0x4C3A76) is unknown color: approx Meteorite. HEX triplet: 4C, 3A and 76. RGB value is (76,58,118). Sum of RGB (Red+Green+Blue) = 76+58+118=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C3A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3A76 is #B3C589. Grayscale: #464646. Windows color (decimal): -11781514 or 7748172. OLE color: 7748172.

HSL color Cylindrical-coordinate representation of color #4C3A76: hue angle of 258º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C3A76 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7658118-
CMYK0.360.5100.54
HSL258º34.09%34.51%-
HSV(B)258º50.85%46.27%-
XYZ7.765.8717.86-
YUV70.22154.96132.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 58 (23.05% from 255) = 23.02%
BLUE value IS 118 (46.48% from 255) = 46.83%
R=30.16%
G=23.02%
B=46.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76581180.360.5100.5425834.0934.51
Hex4C3A7624330361022223
Octal1147216644630664024243
Binary100110011101011101101001001100110110110100000010100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,58,118); }

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

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

 a { background-color: rgb(76,58,118); }

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

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

 span { border-color: rgb(76,58,118); }

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