#4A323F

Color #4A323F Barossa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barossa #4A323F

Tints of Barossa #4A323F

Color information

#4A323F (or 0x4A323F) is unknown color: approx 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

RGB745063-
CMYK00.320.150.71
HSL327.5º19.35%24.31%-
HSV(B)327.5º32.43%29.02%-
XYZ4.864.15.24-
YUV58.66130.45138.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% 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 (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74506300.320.150.71327.519.3524.31
Hex4A323F020F471481318
Octal1126277040171075102330
Binary10010101100101111110100000111110001111010010001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>