#46353E

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

Shades of Barossa #46353E

Tints of Barossa #46353E

Color information

#46353E (or 0x46353E) is unknown color: approx Barossa. HEX triplet: 46, 35 and 3E. RGB value is (70,53,62). Sum of RGB (Red+Green+Blue) = 70+53+62=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #46353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46353E is #B9CAC1. Grayscale: #3B3B3B. Windows color (decimal): -12176066 or 4076870. OLE color: 4076870.

HSL color Cylindrical-coordinate representation of color #46353E: hue angle of 328.24º 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 #46353E is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB705362-
CMYK00.240.110.73
HSL328.24º13.82%24.12%-
HSV(B)328.24º24.29%27.45%-
XYZ4.674.25.12-
YUV59.11129.63135.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 53 (21.09% from 255) = 28.65%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=37.84%
G=28.65%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70536200.240.110.73328.2413.8224.12
Hex46353E018B49148e18
Octal1066576030131115101630
Binary100011011010111111001100010111001001101001000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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