Html Css Color HEX #46323E Barossa

📋 copy color: '#46323E'

red 70 ◦ green 50 ◦ blue 62

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

Shades of Barossa #46323E

Tints of Barossa #46323E

RGB

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

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

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

R = 38.46%
G = 27.47%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#46323E (or 0x46323E) is known color: Barossa. HEX triplet: 46, 32 and 3E. RGB value is (70,50,62). Sum of RGB (Red+Green+Blue) = 70+50+62=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 70 - color contains mainly: red. Hex color #46323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46323E is #B9CDC1. Grayscale: #393939. Windows color (decimal): -12176834 or 4076102. OLE color: 4076102.

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

Color convert

RGB 70 50 62 -
CMYK 0 0.29 0.11 0.73
HSL 324º 0.17% 0.24% -
HSV(B) 324º 0.29% 0.27% -
XYZ 4.54 3.93 5.08 -
YUV 57.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 70 50 62 0 0.29 0.11 0.73 324 0.17 0.24
Hex 46 32 3E 0 1D B 49 144 11 18
Octal 106 62 76 0 35 13 111 504 21 30
Binary 1000110 110010 111110 0 11101 1011 1001001 101000100 10001 11000

Color Harmonies of #46323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46323E

Black with #46323E

Text Example


Text Example

White with #46323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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