Html Css Color HEX #46313E Barossa

📋 copy color: '#46313E'

red 70 ◦ green 49 ◦ blue 62

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

Shades of Barossa #46313E

Tints of Barossa #46313E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 34.25%

R = 38.67%
G = 27.07%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#46313E (or 0x46313E) is known color: Barossa. HEX triplet: 46, 31 and 3E. RGB value is (70,49,62). Sum of RGB (Red+Green+Blue) = 70+49+62=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 70 - color contains mainly: red. Hex color #46313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46313E is #B9CEC1. Grayscale: #383838. Windows color (decimal): -12177090 or 4075846. OLE color: 4075846.

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

Color convert

RGB 70 49 62 -
CMYK 0 0.30 0.11 0.73
HSL 322.86º 0.18% 0.23% -
HSV(B) 322.86º 0.3% 0.27% -
XYZ 4.49 3.85 5.06 -
YUV 56.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 70 49 62 0 0.30 0.11 0.73 322.86 0.18 0.23
Hex 46 31 3E 0 1E B 49 143 12 17
Octal 106 61 76 0 36 13 111 503 22 27
Binary 1000110 110001 111110 0 11110 1011 1001001 101000011 10010 10111

Color Harmonies of #46313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46313E

Black with #46313E

Text Example


Text Example

White with #46313E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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