#46313E

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

Shades of Barossa #46313E

Tints of Barossa #46313E

Color information

#46313E (or 0x46313E) is unknown color: approx Barossa. HEX triplet: 46, 31 and 3E. RGB value is (70,49,62). Sum of RGB (Red+Green+Blue) = 70+49+62=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 70 - color contains mainly: red. Hex color #46313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46313E is #B9CEC1. Grayscale: #383838. Windows color (decimal): -12177090 or 4075846. OLE color: 4075846.

HSL color Cylindrical-coordinate representation of color #46313E: hue angle of 322.86º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #46313E is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB704962-
CMYK00.300.110.73
HSL322.86º17.65%23.33%-
HSV(B)322.86º30%27.45%-
XYZ4.493.855.06-
YUV56.76130.96137.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.67%
GREEN value IS 49 (19.53% from 255) = 27.07%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=38.67%
G=27.07%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70496200.300.110.73322.8617.6523.33
Hex46313E01EB491431217
Octal1066176036131115032227
Binary1000110110001111110011110101110010011010000111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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