Html Css Color HEX #4C303B Barossa

📋 copy color: '#4C303B'

red 76 ◦ green 48 ◦ blue 59

#4C303B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barossa #4C303B

Tints of Barossa #4C303B

RGB

 RED value IS 76 (30.08% from 255) = 41.53%

 GREEN value IS 48 (19.14% from 255) = 26.23%

 BLUE value IS 59 (23.44% from 255) = 32.24%

R = 41.53%
G = 26.23%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4C303B (or 0x4C303B) is known color: Barossa. HEX triplet: 4C, 30 and 3B. RGB value is (76,48,59). Sum of RGB (Red+Green+Blue) = 76+48+59=183 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.53% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 76 - color contains mainly: red. Hex color #4C303B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C303B is #B3CFC4. Grayscale: #393939. Windows color (decimal): -11784133 or 3878988. OLE color: 3878988.

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

Color convert

RGB 76 48 59 -
CMYK 0 0.37 0.22 0.70
HSL 336.43º 0.23% 0.24% -
HSV(B) 336.43º 0.37% 0.3% -
XYZ 4.83 3.97 4.65 -
YUV 57.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 76 48 59 0 0.37 0.22 0.70 336.43 0.23 0.24
Hex 4C 30 3B 0 25 16 46 150 17 18
Octal 114 60 73 0 45 26 106 520 27 30
Binary 1001100 110000 111011 0 100101 10110 1000110 101010000 10111 11000

Color Harmonies of #4C303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C303B

Black with #4C303B

Text Example


Text Example

White with #4C303B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,48,59); }

 H1.HeaderClassName
 {
   color: #4C303B;
 }
 .AnyTagClassName
 {
   color: #4C303B;
 }
</style>

background-color css

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

 a { background-color: rgb(76,48,59); }

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

border-color css

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

 span { border-color: rgb(76,48,59); }

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