#4C3F76

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

Shades of Meteorite #4C3F76

Tints of Meteorite #4C3F76

Color information

#4C3F76 (or 0x4C3F76) is unknown color: approx Meteorite. HEX triplet: 4C, 3F and 76. RGB value is (76,63,118). Sum of RGB (Red+Green+Blue) = 76+63+118=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C3F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3F76 is #B3C089. Grayscale: #484848. Windows color (decimal): -11780234 or 7749452. OLE color: 7749452.

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

Color convert

RGB7663118-
CMYK0.360.4700.54
HSL254.18º30.39%35.49%-
HSV(B)254.18º46.61%46.27%-
XYZ8.036.417.95-
YUV73.16153.31130.03-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.57%
GREEN value IS 63 (25% from 255) = 24.51%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=29.57%
G=24.51%
B=45.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal76631180.360.4700.54254.1830.3935.49
Hex4C3F76242F036fe1e23
Octal1147716644570663763643
Binary1001100111111111011010010010111101101101111111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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