Html Css Color HEX #4A3B43 Barossa

📋 copy color: '#4A3B43'

red 74 ◦ green 59 ◦ blue 67

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

Shades of Barossa #4A3B43

Tints of Barossa #4A3B43

RGB

 RED value IS 74 (29.3% from 255) = 37%

 GREEN value IS 59 (23.44% from 255) = 29.5%

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 37%
G = 29.5%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#4A3B43 (or 0x4A3B43) is known color: Barossa. HEX triplet: 4A, 3B and 43. RGB value is (74,59,67). Sum of RGB (Red+Green+Blue) = 74+59+67=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3B43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3B43 is #B5C4BC. Grayscale: #404040. Windows color (decimal): -11912381 or 4406090. OLE color: 4406090.

HSL color Cylindrical-coordinate representation of color #4A3B43: hue angle of 328º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A3B43 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 59 67 -
CMYK 0 0.20 0.09 0.71
HSL 328º 0.11% 0.26% -
HSV(B) 328º 0.2% 0.29% -
XYZ 5.4 4.99 5.99 -
YUV 64.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 74 59 67 0 0.20 0.09 0.71 328 0.11 0.26
Hex 4A 3B 43 0 14 9 47 148 B 1A
Octal 112 73 103 0 24 11 107 510 13 32
Binary 1001010 111011 1000011 0 10100 1001 1000111 101001000 1011 11010

Color Harmonies of #4A3B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3B43

Black with #4A3B43

Text Example


Text Example

White with #4A3B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A3B43; }

 p { color: rgb(74,59,67); }

 H1.HeaderClassName
 {
   color: #4A3B43;
 }
 .AnyTagClassName
 {
   color: #4A3B43;
 }
</style>

background-color css

<style>
 a { background-color: #4A3B43; }

 a { background-color: rgb(74,59,67); }

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

border-color css

<style>
 span { border-color: #4A3B43; }

 span { border-color: rgb(74,59,67); }

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