#46273B

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

Shades of Barossa #46273B

Tints of Barossa #46273B

Color information

#46273B (or 0x46273B) is unknown color: approx Barossa. HEX triplet: 46, 27 and 3B. RGB value is (70,39,59). Sum of RGB (Red+Green+Blue) = 70+39+59=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 59 (23.44% from 255 or 35.12% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #46273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46273B is #B9D8C4. Grayscale: #323232. Windows color (decimal): -12179653 or 3876678. OLE color: 3876678.

HSL color Cylindrical-coordinate representation of color #46273B: hue angle of 321.29º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46273B is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB703959-
CMYK00.440.160.73
HSL321.29º28.44%21.37%-
HSV(B)321.29º44.29%27.45%-
XYZ4.043.074.52-
YUV50.55132.77141.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 59 (23.44% from 255) = 35.12%
R=41.67%
G=23.21%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70395900.440.160.73321.2928.4421.37
Hex46273B02C10491411c15
Octal1064773054201115013425
Binary100011010011111101101011001000010010011010000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46273B; }

 p { color: rgb(70,39,59); }

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

<style>
 a { background-color: #46273B; }

 a { background-color: rgb(70,39,59); }

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

<style>
 span { border-color: #46273B; }

 span { border-color: rgb(70,39,59); }

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