#46353C

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

Shades of Barossa #46353C

Tints of Barossa #46353C

Color information

#46353C (or 0x46353C) is unknown color: approx Barossa. HEX triplet: 46, 35 and 3C. RGB value is (70,53,60). Sum of RGB (Red+Green+Blue) = 70+53+60=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 70 - color contains mainly: red. Hex color #46353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46353C is #B9CAC3. Grayscale: #3A3A3A. Windows color (decimal): -12176068 or 3945798. OLE color: 3945798.

HSL color Cylindrical-coordinate representation of color #46353C: hue angle of 335.29º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #46353C is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.73.

Color convert

RGB705360-
CMYK00.240.140.73
HSL335.29º13.82%24.12%-
HSV(B)335.29º24.29%27.45%-
XYZ4.614.174.84-
YUV58.88128.63135.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=38.25%
G=28.96%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70536000.240.140.73335.2913.8224.12
Hex46353C018E4914fe18
Octal1066574030161115171630
Binary100011011010111110001100011101001001101001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46353C; }

 p { color: rgb(70,53,60); }

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

<style>
 a { background-color: #46353C; }

 a { background-color: rgb(70,53,60); }

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

<style>
 span { border-color: #46353C; }

 span { border-color: rgb(70,53,60); }

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