Html Css Color HEX #4A323E Barossa

📋 copy color: '#4A323E'

red 74 ◦ green 50 ◦ blue 62

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

Shades of Barossa #4A323E

Tints of Barossa #4A323E

RGB

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

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

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

R = 39.78%
G = 26.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.71

RGB Variations

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

Color information

#4A323E (or 0x4A323E) is known color: Barossa. HEX triplet: 4A, 32 and 3E. RGB value is (74,50,62). Sum of RGB (Red+Green+Blue) = 74+50+62=186 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.78% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 74 - color contains mainly: red. Hex color #4A323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A323E is #B5CDC1. Grayscale: #3A3A3A. Windows color (decimal): -11914690 or 4076106. OLE color: 4076106.

HSL color Cylindrical-coordinate representation of color #4A323E: hue angle of 330º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A323E is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 50 62 -
CMYK 0 0.32 0.16 0.71
HSL 330º 0.19% 0.24% -
HSV(B) 330º 0.32% 0.29% -
XYZ 4.83 4.08 5.09 -
YUV 58.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 74 50 62 0 0.32 0.16 0.71 330 0.19 0.24
Hex 4A 32 3E 0 20 10 47 14A 13 18
Octal 112 62 76 0 40 20 107 512 23 30
Binary 1001010 110010 111110 0 100000 10000 1000111 101001010 10011 11000

Color Harmonies of #4A323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A323E

Black with #4A323E

Text Example


Text Example

White with #4A323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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