#4F303C

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

Shades of Barossa #4F303C

Tints of Barossa #4F303C

Color information

#4F303C (or 0x4F303C) is unknown color: approx Barossa. HEX triplet: 4F, 30 and 3C. RGB value is (79,48,60). Sum of RGB (Red+Green+Blue) = 79+48+60=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F303C is #B0CFC3. Grayscale: #3A3A3A. Windows color (decimal): -11587524 or 3944527. OLE color: 3944527.

HSL color Cylindrical-coordinate representation of color #4F303C: hue angle of 336.77º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4F303C is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB794860-
CMYK00.390.240.69
HSL336.77º24.41%24.9%-
HSV(B)336.77º39.24%30.98%-
XYZ5.14.14.8-
YUV58.64128.77142.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.25%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 60 (23.83% from 255) = 32.09%
R=42.25%
G=25.67%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79486000.390.240.69336.7724.4124.9
Hex4F303C02718451511819
Octal1176074047301055213031
Binary100111111000011110001001111100010001011010100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,48,60); }

 H1.HeaderClassName
 {
   color: #4F303C;
 }
 .AnyTagClassName
 {
   color: #4F303C;
 }
</style>
background-color css

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

 a { background-color: rgb(79,48,60); }

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

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

 span { border-color: rgb(79,48,60); }

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