#46283A

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

Shades of Barossa #46283A

Tints of Barossa #46283A

Color information

#46283A (or 0x46283A) is unknown color: approx Barossa. HEX triplet: 46, 28 and 3A. RGB value is (70,40,58). Sum of RGB (Red+Green+Blue) = 70+40+58=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #46283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46283A is #B9D7C5. Grayscale: #323232. Windows color (decimal): -12179398 or 3811398. OLE color: 3811398.

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

Color convert

RGB704058-
CMYK00.430.170.73
HSL324º27.27%21.57%-
HSV(B)324º42.86%27.45%-
XYZ4.053.134.39-
YUV51.02131.94141.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 41.67%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 58 (23.05% from 255) = 34.52%
R=41.67%
G=23.81%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70405800.430.170.7332427.2721.57
Hex46283A02B11491441b16
Octal1065072053211115043326
Binary100011010100011101001010111000110010011010001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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