#4C3F70

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

Shades of Meteorite #4C3F70

Tints of Meteorite #4C3F70

Color information

#4C3F70 (or 0x4C3F70) is unknown color: approx Meteorite. HEX triplet: 4C, 3F and 70. RGB value is (76,63,112). Sum of RGB (Red+Green+Blue) = 76+63+112=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C3F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3F70 is #B3C08F. Grayscale: #484848. Windows color (decimal): -11780240 or 7356236. OLE color: 7356236.

HSL color Cylindrical-coordinate representation of color #4C3F70: hue angle of 255.92º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C3F70 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7663112-
CMYK0.320.4400.56
HSL255.92º28%34.31%-
HSV(B)255.92º43.75%43.92%-
XYZ7.686.2616.13-
YUV72.47150.31130.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.28%
GREEN value IS 63 (25% from 255) = 25.10%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=30.28%
G=25.10%
B=44.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76631120.320.4400.56255.922834.31
Hex4C3F70202C0381001c22
Octal1147716040540704003442
Binary10011001111111110000100000101100011100010000000011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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