Html Css Color HEX #4D303E Barossa

📋 copy color: '#4D303E'

red 77 ◦ green 48 ◦ blue 62

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

Shades of Barossa #4D303E

Tints of Barossa #4D303E

RGB

 RED value IS 77 (30.47% from 255) = 41.18%

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

 BLUE value IS 62 (24.61% from 255) = 33.16%

R = 41.18%
G = 25.67%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.70

RGB Variations

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

Color information

#4D303E (or 0x4D303E) is known color: Barossa. HEX triplet: 4D, 30 and 3E. RGB value is (77,48,62). Sum of RGB (Red+Green+Blue) = 77+48+62=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 62 (24.61% from 255 or 33.16% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D303E is #B2CFC1. Grayscale: #3A3A3A. Windows color (decimal): -11718594 or 4075597. OLE color: 4075597.

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

Color convert

RGB 77 48 62 -
CMYK 0 0.38 0.19 0.70
HSL 331.03º 0.23% 0.25% -
HSV(B) 331.03º 0.38% 0.3% -
XYZ 4.99 4.04 5.07 -
YUV 58.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 77 48 62 0 0.38 0.19 0.70 331.03 0.23 0.25
Hex 4D 30 3E 0 26 13 46 14B 17 19
Octal 115 60 76 0 46 23 106 513 27 31
Binary 1001101 110000 111110 0 100110 10011 1000110 101001011 10111 11001

Color Harmonies of #4D303E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D303E

Black with #4D303E

Text Example


Text Example

White with #4D303E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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