Html Css Color HEX #46313A Barossa

📋 copy color: '#46313A'

red 70 ◦ green 49 ◦ blue 58

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

Shades of Barossa #46313A

Tints of Barossa #46313A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.77%

R = 39.55%
G = 27.68%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#46313A (or 0x46313A) is known color: Barossa. HEX triplet: 46, 31 and 3A. RGB value is (70,49,58). Sum of RGB (Red+Green+Blue) = 70+49+58=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 58 (23.05% from 255 or 32.77% from 177); Max value from RGB is 70 - color contains mainly: red. Hex color #46313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46313A is #B9CEC5. Grayscale: #383838. Windows color (decimal): -12177094 or 3813702. OLE color: 3813702.

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

Color convert

RGB 70 49 58 -
CMYK 0 0.30 0.17 0.73
HSL 334.29º 0.18% 0.23% -
HSV(B) 334.29º 0.3% 0.27% -
XYZ 4.39 3.8 4.51 -
YUV 56.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 70 49 58 0 0.30 0.17 0.73 334.29 0.18 0.23
Hex 46 31 3A 0 1E 11 49 14E 12 17
Octal 106 61 72 0 36 21 111 516 22 27
Binary 1000110 110001 111010 0 11110 10001 1001001 101001110 10010 10111

Color Harmonies of #46313A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46313A

Black with #46313A

Text Example


Text Example

White with #46313A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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