#46363F

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

Shades of Barossa #46363F

Tints of Barossa #46363F

Color information

#46363F (or 0x46363F) is unknown color: approx Barossa. HEX triplet: 46, 36 and 3F. RGB value is (70,54,63). Sum of RGB (Red+Green+Blue) = 70+54+63=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 70 - color contains mainly: red. Hex color #46363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46363F is #B9C9C0. Grayscale: #3B3B3B. Windows color (decimal): -12175809 or 4142662. OLE color: 4142662.

HSL color Cylindrical-coordinate representation of color #46363F: hue angle of 326.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 #46363F is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB705463-
CMYK00.230.100.73
HSL326.25º12.9%24.31%-
HSV(B)326.25º22.86%27.45%-
XYZ4.744.35.28-
YUV59.81129.8135.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 54 (21.48% from 255) = 28.88%
BLUE value IS 63 (25% from 255) = 33.69%
R=37.43%
G=28.88%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70546300.230.100.73326.2512.924.31
Hex46363F017A49146d18
Octal1066677027121115061530
Binary100011011011011111101011110101001001101000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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