Html Css Color HEX #46273A Barossa

📋 copy color: '#46273A'

red 70 ◦ green 39 ◦ blue 58

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

Shades of Barossa #46273A

Tints of Barossa #46273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.35%

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

R = 41.92%
G = 23.35%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#46273A (or 0x46273A) is known color: Barossa. HEX triplet: 46, 27 and 3A. RGB value is (70,39,58). Sum of RGB (Red+Green+Blue) = 70+39+58=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 70 - color contains mainly: red. Hex color #46273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46273A is #B9D8C5. Grayscale: #323232. Windows color (decimal): -12179654 or 3811142. OLE color: 3811142.

HSL color Cylindrical-coordinate representation of color #46273A: hue angle of 323.23º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #46273A is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 39 58 -
CMYK 0 0.44 0.17 0.73
HSL 323.23º 0.28% 0.21% -
HSV(B) 323.23º 0.44% 0.27% -
XYZ 4.02 3.06 4.38 -
YUV 50.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 70 39 58 0 0.44 0.17 0.73 323.23 0.28 0.21
Hex 46 27 3A 0 2C 11 49 143 1C 15
Octal 106 47 72 0 54 21 111 503 34 25
Binary 1000110 100111 111010 0 101100 10001 1001001 101000011 11100 10101

Color Harmonies of #46273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46273A

Black with #46273A

Text Example


Text Example

White with #46273A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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