Html Css Color HEX #4D414D Bossanova

📋 copy color: '#4D414D'

red 77 ◦ green 65 ◦ blue 77

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

Shades of Bossanova #4D414D

Tints of Bossanova #4D414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.68%

 BLUE value IS 77 (30.47% from 255) = 35.16%

R = 35.16%
G = 29.68%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4D414D (or 0x4D414D) is known color: Bossanova. HEX triplet: 4D, 41 and 4D. RGB value is (77,65,77). Sum of RGB (Red+Green+Blue) = 77+65+77=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D414D is #B2BEB2. Grayscale: #454545. Windows color (decimal): -11714227 or 5062989. OLE color: 5062989.

HSL color Cylindrical-coordinate representation of color #4D414D: hue angle of 300º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D414D is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 65 77 -
CMYK 0 0.16 0 0.70
HSL 300º 0.08% 0.28% -
HSV(B) 300º 0.16% 0.3% -
XYZ 6.29 5.89 7.83 -
YUV 69.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 77 65 77 0 0.16 0 0.70 300 0.08 0.28
Hex 4D 41 4D 0 10 0 46 12C 8 1C
Octal 115 101 115 0 20 0 106 454 10 34
Binary 1001101 1000001 1001101 0 10000 0 1000110 100101100 1000 11100

Color Harmonies of #4D414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D414D

Black with #4D414D

Text Example


Text Example

White with #4D414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,65,77); }

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

background-color css

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

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

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

border-color css

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

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

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