#46313D

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

Shades of Barossa #46313D

Tints of Barossa #46313D

Color information

#46313D (or 0x46313D) is unknown color: approx Barossa. HEX triplet: 46, 31 and 3D. RGB value is (70,49,61). Sum of RGB (Red+Green+Blue) = 70+49+61=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #46313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46313D is #B9CEC2. Grayscale: #383838. Windows color (decimal): -12177091 or 4010310. OLE color: 4010310.

HSL color Cylindrical-coordinate representation of color #46313D: hue angle of 325.71º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #46313D is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.73.

Color convert

RGB704961-
CMYK00.300.130.73
HSL325.71º17.65%23.33%-
HSV(B)325.71º30%27.45%-
XYZ4.473.844.92-
YUV56.65130.46137.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.89%
GREEN value IS 49 (19.53% from 255) = 27.22%
BLUE value IS 61 (24.22% from 255) = 33.89%
R=38.89%
G=27.22%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70496100.300.130.73325.7117.6523.33
Hex46313D01ED491461217
Octal1066175036151115062227
Binary1000110110001111101011110110110010011010001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46313D; }

 p { color: rgb(70,49,61); }

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

<style>
 a { background-color: #46313D; }

 a { background-color: rgb(70,49,61); }

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

<style>
 span { border-color: #46313D; }

 span { border-color: rgb(70,49,61); }

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