#4C313F

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

Shades of Barossa #4C313F

Tints of Barossa #4C313F

Color information

#4C313F (or 0x4C313F) is unknown color: approx Barossa. HEX triplet: 4C, 31 and 3F. RGB value is (76,49,63). Sum of RGB (Red+Green+Blue) = 76+49+63=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C313F is #B3CEC0. Grayscale: #3A3A3A. Windows color (decimal): -11783873 or 4141388. OLE color: 4141388.

HSL color Cylindrical-coordinate representation of color #4C313F: hue angle of 328.89º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C313F is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB764963-
CMYK00.360.170.70
HSL328.89º21.6%24.51%-
HSV(B)328.89º35.53%29.8%-
XYZ4.984.095.23-
YUV58.67130.45140.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 40.43%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 63 (25% from 255) = 33.51%
R=40.43%
G=26.06%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76496300.360.170.70328.8921.624.51
Hex4C313F02411461491619
Octal1146177044211065112631
Binary100110011000111111101001001000110001101010010011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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