#463E42

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

Shades of Barossa #463E42

Tints of Barossa #463E42

Color information

#463E42 (or 0x463E42) is unknown color: approx Barossa. HEX triplet: 46, 3E and 42. RGB value is (70,62,66). Sum of RGB (Red+Green+Blue) = 70+62+66=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 70 - color contains mainly: red. Hex color #463E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E42 is #B9C1BD. Grayscale: #404040. Windows color (decimal): -12173758 or 4341318. OLE color: 4341318.

HSL color Cylindrical-coordinate representation of color #463E42: hue angle of 330º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #463E42 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB706266-
CMYK00.110.060.73
HSL330º6.06%25.88%-
HSV(B)330º11.43%27.45%-
XYZ5.235.145.87-
YUV64.85128.65131.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.35%
GREEN value IS 62 (24.61% from 255) = 31.31%
BLUE value IS 66 (26.17% from 255) = 33.33%
R=35.35%
G=31.31%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70626600.110.060.733306.0625.88
Hex463E420B64914a61a
Octal106761020136111512632
Binary1000110111110100001001011110100100110100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463E42; }

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

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

<style>
 a { background-color: #463E42; }

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

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

<style>
 span { border-color: #463E42; }

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

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