Html Css Color HEX #4A323F Barossa

📋 copy color: '#4A323F'

red 74 ◦ green 50 ◦ blue 63

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

Shades of Barossa #4A323F

Tints of Barossa #4A323F

RGB

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

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

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

R = 39.57%
G = 26.74%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#4A323F (or 0x4A323F) is known color: Barossa. HEX triplet: 4A, 32 and 3F. RGB value is (74,50,63). Sum of RGB (Red+Green+Blue) = 74+50+63=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 74 - color contains mainly: red. Hex color #4A323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A323F is #B5CDC0. Grayscale: #3A3A3A. Windows color (decimal): -11914689 or 4141642. OLE color: 4141642.

HSL color Cylindrical-coordinate representation of color #4A323F: hue angle of 327.5º 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 #4A323F is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 50 63 -
CMYK 0 0.32 0.15 0.71
HSL 327.5º 0.19% 0.24% -
HSV(B) 327.5º 0.32% 0.29% -
XYZ 4.86 4.1 5.24 -
YUV 58.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 74 50 63 0 0.32 0.15 0.71 327.5 0.19 0.24
Hex 4A 32 3F 0 20 F 47 148 13 18
Octal 112 62 77 0 40 17 107 510 23 30
Binary 1001010 110010 111111 0 100000 1111 1000111 101001000 10011 11000

Color Harmonies of #4A323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A323F

Black with #4A323F

Text Example


Text Example

White with #4A323F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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