Html Css Color HEX #46373F Barossa

📋 copy color: '#46373F'

red 70 ◦ green 55 ◦ blue 63

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

Shades of Barossa #46373F

Tints of Barossa #46373F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.26%

 BLUE value IS 63 (25% from 255) = 33.51%

R = 37.23%
G = 29.26%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#46373F (or 0x46373F) is known color: Barossa. HEX triplet: 46, 37 and 3F. RGB value is (70,55,63). Sum of RGB (Red+Green+Blue) = 70+55+63=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 70 - color contains mainly: red. Hex color #46373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46373F is #B9C8C0. Grayscale: #3C3C3C. Windows color (decimal): -12175553 or 4142918. OLE color: 4142918.

HSL color Cylindrical-coordinate representation of color #46373F: hue angle of 328º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #46373F is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 55 63 -
CMYK 0 0.21 0.10 0.73
HSL 328º 0.12% 0.25% -
HSV(B) 328º 0.21% 0.27% -
XYZ 4.79 4.39 5.3 -
YUV 60.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 70 55 63 0 0.21 0.10 0.73 328 0.12 0.25
Hex 46 37 3F 0 15 A 49 148 C 19
Octal 106 67 77 0 25 12 111 510 14 31
Binary 1000110 110111 111111 0 10101 1010 1001001 101001000 1100 11001

Color Harmonies of #46373F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46373F

Black with #46373F

Text Example


Text Example

White with #46373F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46373F; }

 p { color: rgb(70,55,63); }

 H1.HeaderClassName
 {
   color: #46373F;
 }
 .AnyTagClassName
 {
   color: #46373F;
 }
</style>

background-color css

<style>
 a { background-color: #46373F; }

 a { background-color: rgb(70,55,63); }

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

border-color css

<style>
 span { border-color: #46373F; }

 span { border-color: rgb(70,55,63); }

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