Html Css Color HEX #46333B Barossa

📋 copy color: '#46333B'

red 70 ◦ green 51 ◦ blue 59

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

Shades of Barossa #46333B

Tints of Barossa #46333B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.33%

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

R = 38.89%
G = 28.33%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#46333B (or 0x46333B) is known color: Barossa. HEX triplet: 46, 33 and 3B. RGB value is (70,51,59). Sum of RGB (Red+Green+Blue) = 70+51+59=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #46333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46333B is #B9CCC4. Grayscale: #393939. Windows color (decimal): -12176581 or 3879750. OLE color: 3879750.

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

Color convert

RGB 70 51 59 -
CMYK 0 0.27 0.16 0.73
HSL 334.74º 0.16% 0.24% -
HSV(B) 334.74º 0.27% 0.27% -
XYZ 4.5 3.99 4.67 -
YUV 57.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 70 51 59 0 0.27 0.16 0.73 334.74 0.16 0.24
Hex 46 33 3B 0 1B 10 49 14F 10 18
Octal 106 63 73 0 33 20 111 517 20 30
Binary 1000110 110011 111011 0 11011 10000 1001001 101001111 10000 11000

Color Harmonies of #46333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46333B

Black with #46333B

Text Example


Text Example

White with #46333B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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