#4E313F

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

Shades of Barossa #4E313F

Tints of Barossa #4E313F

Color information

#4E313F (or 0x4E313F) is unknown color: approx Barossa. HEX triplet: 4E, 31 and 3F. RGB value is (78,49,63). Sum of RGB (Red+Green+Blue) = 78+49+63=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 78 - color contains mainly: red. Hex color #4E313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E313F is #B1CEC0. Grayscale: #3B3B3B. Windows color (decimal): -11652801 or 4141390. OLE color: 4141390.

HSL color Cylindrical-coordinate representation of color #4E313F: hue angle of 331.03º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4E313F is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB784963-
CMYK00.370.190.69
HSL331.03º22.83%24.9%-
HSV(B)331.03º37.18%30.59%-
XYZ5.144.185.24-
YUV59.27130.11141.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 41.05%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 63 (25% from 255) = 33.16%
R=41.05%
G=25.79%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78496300.370.190.69331.0322.8324.9
Hex4E313F025134514b1719
Octal1166177045231055132731
Binary100111011000111111101001011001110001011010010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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