Html Css Color HEX #46313B Barossa

📋 copy color: '#46313B'

red 70 ◦ green 49 ◦ blue 59

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

Shades of Barossa #46313B

Tints of Barossa #46313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.53%

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

R = 39.33%
G = 27.53%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#46313B (or 0x46313B) is known color: Barossa. HEX triplet: 46, 31 and 3B. RGB value is (70,49,59). Sum of RGB (Red+Green+Blue) = 70+49+59=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 49 (19.53% from 255 or 27.53% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 70 - color contains mainly: red. Hex color #46313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46313B is #B9CEC4. Grayscale: #383838. Windows color (decimal): -12177093 or 3879238. OLE color: 3879238.

HSL color Cylindrical-coordinate representation of color #46313B: hue angle of 331.43º 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 #46313B is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 49 59 -
CMYK 0 0.30 0.16 0.73
HSL 331.43º 0.18% 0.23% -
HSV(B) 331.43º 0.3% 0.27% -
XYZ 4.41 3.81 4.64 -
YUV 56.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 70 49 59 0 0.30 0.16 0.73 331.43 0.18 0.23
Hex 46 31 3B 0 1E 10 49 14B 12 17
Octal 106 61 73 0 36 20 111 513 22 27
Binary 1000110 110001 111011 0 11110 10000 1001001 101001011 10010 10111

Color Harmonies of #46313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46313B

Black with #46313B

Text Example


Text Example

White with #46313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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