Html Css Color HEX #46263A Barossa

📋 copy color: '#46263A'

red 70 ◦ green 38 ◦ blue 58

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

Shades of Barossa #46263A

Tints of Barossa #46263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.89%

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

R = 42.17%
G = 22.89%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.73

RGB Variations

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

Color information

#46263A (or 0x46263A) is known color: Barossa. HEX triplet: 46, 26 and 3A. RGB value is (70,38,58). Sum of RGB (Red+Green+Blue) = 70+38+58=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 70 - color contains mainly: red. Hex color #46263A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46263A is #B9D9C5. Grayscale: #313131. Windows color (decimal): -12179910 or 3810886. OLE color: 3810886.

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

Color convert

RGB 70 38 58 -
CMYK 0 0.46 0.17 0.73
HSL 322.5º 0.3% 0.21% -
HSV(B) 322.5º 0.46% 0.27% -
XYZ 3.98 2.99 4.37 -
YUV 49.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 70 38 58 0 0.46 0.17 0.73 322.5 0.3 0.21
Hex 46 26 3A 0 2E 11 49 142 1E 15
Octal 106 46 72 0 56 21 111 502 36 25
Binary 1000110 100110 111010 0 101110 10001 1001001 101000010 11110 10101

Color Harmonies of #46263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46263A

Black with #46263A

Text Example


Text Example

White with #46263A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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