#46363B

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

Shades of Barossa #46363B

Tints of Barossa #46363B

Color information

#46363B (or 0x46363B) is unknown color: approx Barossa. HEX triplet: 46, 36 and 3B. RGB value is (70,54,59). Sum of RGB (Red+Green+Blue) = 70+54+59=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 70 - color contains mainly: red. Hex color #46363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46363B is #B9C9C4. Grayscale: #3B3B3B. Windows color (decimal): -12175813 or 3880518. OLE color: 3880518.

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

Color convert

RGB705459-
CMYK00.230.160.73
HSL341.25º12.9%24.31%-
HSV(B)341.25º22.86%27.45%-
XYZ4.634.264.71-
YUV59.35127.8135.59-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=38.25%
G=29.51%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70545900.230.160.73341.2512.924.31
Hex46363B0171049155d18
Octal1066673027201115251530
Binary1000110110110111011010111100001001001101010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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