Html Css Color HEX #4D303F Barossa

📋 copy color: '#4D303F'

red 77 ◦ green 48 ◦ blue 63

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

Shades of Barossa #4D303F

Tints of Barossa #4D303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.51%

R = 40.96%
G = 25.53%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4D303F (or 0x4D303F) is known color: Barossa. HEX triplet: 4D, 30 and 3F. RGB value is (77,48,63). Sum of RGB (Red+Green+Blue) = 77+48+63=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 77 - color contains mainly: red. Hex color #4D303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D303F is #B2CFC0. Grayscale: #3A3A3A. Windows color (decimal): -11718593 or 4141133. OLE color: 4141133.

HSL color Cylindrical-coordinate representation of color #4D303F: hue angle of 328.97º 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 #4D303F is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 48 63 -
CMYK 0 0.38 0.18 0.70
HSL 328.97º 0.23% 0.25% -
HSV(B) 328.97º 0.38% 0.3% -
XYZ 5.01 4.05 5.22 -
YUV 58.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 77 48 63 0 0.38 0.18 0.70 328.97 0.23 0.25
Hex 4D 30 3F 0 26 12 46 149 17 19
Octal 115 60 77 0 46 22 106 511 27 31
Binary 1001101 110000 111111 0 100110 10010 1000110 101001001 10111 11001

Color Harmonies of #4D303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D303F

Black with #4D303F

Text Example


Text Example

White with #4D303F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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