#4C396F

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

Shades of Meteorite #4C396F

Tints of Meteorite #4C396F

Color information

#4C396F (or 0x4C396F) is unknown color: approx Meteorite. HEX triplet: 4C, 39 and 6F. RGB value is (76,57,111). Sum of RGB (Red+Green+Blue) = 76+57+111=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C396F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C396F is #B3C690. Grayscale: #444444. Windows color (decimal): -11781777 or 7289164. OLE color: 7289164.

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

Color convert

RGB7657111-
CMYK0.320.4900.56
HSL261.11º32.14%32.94%-
HSV(B)261.11º48.65%43.53%-
XYZ7.315.6115.74-
YUV68.84151.79133.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.15%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 111 (43.75% from 255) = 45.49%
R=31.15%
G=23.36%
B=45.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76571110.320.4900.56261.1132.1432.94
Hex4C396F20310381052021
Octal1147115740610704054041
Binary100110011100111011111000001100010111000100000101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C396F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,57,111); }

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

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

 a { background-color: rgb(76,57,111); }

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

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

 span { border-color: rgb(76,57,111); }

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