#4B303A

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

Shades of Barossa #4B303A

Tints of Barossa #4B303A

Color information

#4B303A (or 0x4B303A) is unknown color: approx Barossa. HEX triplet: 4B, 30 and 3A. RGB value is (75,48,58). Sum of RGB (Red+Green+Blue) = 75+48+58=181 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.44% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 75 - color contains mainly: red. Hex color #4B303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B303A is #B4CFC5. Grayscale: #393939. Windows color (decimal): -11849670 or 3813451. OLE color: 3813451.

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

Color convert

RGB754858-
CMYK00.360.230.71
HSL337.78º21.95%24.12%-
HSV(B)337.78º36%29.41%-
XYZ4.723.924.51-
YUV57.21128.45140.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 41.44%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=41.44%
G=26.52%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75485800.360.230.71337.7821.9524.12
Hex4B303A02417471521618
Octal1136072044271075222630
Binary100101111000011101001001001011110001111010100101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,48,58); }

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

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

 a { background-color: rgb(75,48,58); }

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

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

 span { border-color: rgb(75,48,58); }

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