#46343E

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

Shades of Barossa #46343E

Tints of Barossa #46343E

Color information

#46343E (or 0x46343E) is unknown color: approx Barossa. HEX triplet: 46, 34 and 3E. RGB value is (70,52,62). Sum of RGB (Red+Green+Blue) = 70+52+62=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 70 - color contains mainly: red. Hex color #46343E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46343E is #B9CBC1. Grayscale: #3A3A3A. Windows color (decimal): -12176322 or 4076614. OLE color: 4076614.

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

Color convert

RGB705262-
CMYK00.260.110.73
HSL326.67º14.75%23.92%-
HSV(B)326.67º25.71%27.45%-
XYZ4.624.115.11-
YUV58.52129.96136.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 52 (20.70% from 255) = 28.26%
BLUE value IS 62 (24.61% from 255) = 33.70%
R=38.04%
G=28.26%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70526200.260.110.73326.6714.7523.92
Hex46343E01AB49147f18
Octal1066476032131115071730
Binary100011011010011111001101010111001001101000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46343E; }

 p { color: rgb(70,52,62); }

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

<style>
 a { background-color: #46343E; }

 a { background-color: rgb(70,52,62); }

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

<style>
 span { border-color: #46343E; }

 span { border-color: rgb(70,52,62); }

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