#46293A

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

Shades of Barossa #46293A

Tints of Barossa #46293A

Color information

#46293A (or 0x46293A) is unknown color: approx Barossa. HEX triplet: 46, 29 and 3A. RGB value is (70,41,58). Sum of RGB (Red+Green+Blue) = 70+41+58=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 70 - color contains mainly: red. Hex color #46293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46293A is #B9D6C5. Grayscale: #333333. Windows color (decimal): -12179142 or 3811654. OLE color: 3811654.

HSL color Cylindrical-coordinate representation of color #46293A: hue angle of 324.83º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #46293A is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB704158-
CMYK00.410.170.73
HSL324.83º26.13%21.76%-
HSV(B)324.83º41.43%27.45%-
XYZ4.083.194.4-
YUV51.61131.61141.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.42%
GREEN value IS 41 (16.41% from 255) = 24.26%
BLUE value IS 58 (23.05% from 255) = 34.32%
R=41.42%
G=24.26%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70415800.410.170.73324.8326.1321.76
Hex46293A02911491451a16
Octal1065172051211115053226
Binary100011010100111101001010011000110010011010001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46293A; }

 p { color: rgb(70,41,58); }

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

<style>
 a { background-color: #46293A; }

 a { background-color: rgb(70,41,58); }

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

<style>
 span { border-color: #46293A; }

 span { border-color: rgb(70,41,58); }

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