#4B303C

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

Shades of Barossa #4B303C

Tints of Barossa #4B303C

Color information

#4B303C (or 0x4B303C) is unknown color: approx Barossa. HEX triplet: 4B, 30 and 3C. RGB value is (75,48,60). Sum of RGB (Red+Green+Blue) = 75+48+60=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 75 - color contains mainly: red. Hex color #4B303C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B303C is #B4CFC3. Grayscale: #393939. Windows color (decimal): -11849668 or 3944523. OLE color: 3944523.

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

Color convert

RGB754860-
CMYK00.360.200.71
HSL333.33º21.95%24.12%-
HSV(B)333.33º36%29.41%-
XYZ4.773.944.78-
YUV57.44129.45140.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 40.98%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=40.98%
G=26.23%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75486000.360.200.71333.3321.9524.12
Hex4B303C024144714d1618
Octal1136074044241075152630
Binary100101111000011110001001001010010001111010011011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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