Html Css Color HEX #4D434D Bossanova

📋 copy color: '#4D434D'

red 77 ◦ green 67 ◦ blue 77

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

Shades of Bossanova #4D434D

Tints of Bossanova #4D434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.32%

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

R = 34.84%
G = 30.32%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4D434D (or 0x4D434D) is known color: Bossanova. HEX triplet: 4D, 43 and 4D. RGB value is (77,67,77). Sum of RGB (Red+Green+Blue) = 77+67+77=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 77 - color contains mainly: red, blue. Hex color #4D434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D434D is #B2BCB2. Grayscale: #474747. Windows color (decimal): -11713715 or 5063501. OLE color: 5063501.

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

Color convert

RGB 77 67 77 -
CMYK 0 0.13 0 0.70
HSL 300º 0.07% 0.28% -
HSV(B) 300º 0.13% 0.3% -
XYZ 6.41 6.13 7.87 -
YUV 71.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 77 67 77 0 0.13 0 0.70 300 0.07 0.28
Hex 4D 43 4D 0 D 0 46 12C 7 1C
Octal 115 103 115 0 15 0 106 454 7 34
Binary 1001101 1000011 1001101 0 1101 0 1000110 100101100 111 11100

Color Harmonies of #4D434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D434D

Black with #4D434D

Text Example


Text Example

White with #4D434D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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