#4B303E

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

Shades of Barossa #4B303E

Tints of Barossa #4B303E

Color information

#4B303E (or 0x4B303E) is unknown color: approx Barossa. HEX triplet: 4B, 30 and 3E. RGB value is (75,48,62). Sum of RGB (Red+Green+Blue) = 75+48+62=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 75 - color contains mainly: red. Hex color #4B303E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B303E is #B4CFC1. Grayscale: #393939. Windows color (decimal): -11849666 or 4075595. OLE color: 4075595.

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

Color convert

RGB754862-
CMYK00.360.170.71
HSL328.89º21.95%24.12%-
HSV(B)328.89º36%29.41%-
XYZ4.833.965.07-
YUV57.67130.45140.36-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.54%
GREEN value IS 48 (19.14% from 255) = 25.95%
BLUE value IS 62 (24.61% from 255) = 33.51%
R=40.54%
G=25.95%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75486200.360.170.71328.8921.9524.12
Hex4B303E02411471491618
Octal1136076044211075112630
Binary100101111000011111001001001000110001111010010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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