Html Css Color HEX #46323B Barossa

📋 copy color: '#46323B'

red 70 ◦ green 50 ◦ blue 59

#46323B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #46323B

Tints of Barossa #46323B

RGB

 RED value IS 70 (27.73% from 255) = 39.11%

 GREEN value IS 50 (19.92% from 255) = 27.93%

 BLUE value IS 59 (23.44% from 255) = 32.96%

R = 39.11%
G = 27.93%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#46323B (or 0x46323B) is known color: Barossa. HEX triplet: 46, 32 and 3B. RGB value is (70,50,59). Sum of RGB (Red+Green+Blue) = 70+50+59=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 70 - color contains mainly: red. Hex color #46323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46323B is #B9CDC4. Grayscale: #383838. Windows color (decimal): -12176837 or 3879494. OLE color: 3879494.

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

Color convert

RGB 70 50 59 -
CMYK 0 0.29 0.16 0.73
HSL 333º 0.17% 0.24% -
HSV(B) 333º 0.29% 0.27% -
XYZ 4.46 3.9 4.66 -
YUV 57.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 70 50 59 0 0.29 0.16 0.73 333 0.17 0.24
Hex 46 32 3B 0 1D 10 49 14D 11 18
Octal 106 62 73 0 35 20 111 515 21 30
Binary 1000110 110010 111011 0 11101 10000 1001001 101001101 10001 11000

Color Harmonies of #46323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46323B

Black with #46323B

Text Example


Text Example

White with #46323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46323B;
 }
 .AnyTagClassName
 {
   color: #46323B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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