#4C3770

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

Shades of Meteorite #4C3770

Tints of Meteorite #4C3770

Color information

#4C3770 (or 0x4C3770) is unknown color: approx Meteorite. HEX triplet: 4C, 37 and 70. RGB value is (76,55,112). Sum of RGB (Red+Green+Blue) = 76+55+112=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C3770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3770 is #B3C88F. Grayscale: #434343. Windows color (decimal): -11782288 or 7354188. OLE color: 7354188.

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

Color convert

RGB7655112-
CMYK0.320.5100.56
HSL262.11º34.13%32.75%-
HSV(B)262.11º50.89%43.92%-
XYZ7.275.4416-
YUV67.78152.96133.87-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.28%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 112 (44.14% from 255) = 46.09%
R=31.28%
G=22.63%
B=46.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76551120.320.5100.56262.1134.1332.75
Hex4C377020330381062221
Octal1146716040630704064241
Binary100110011011111100001000001100110111000100000110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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