Html Css Color HEX #4D3E50 Bossanova

📋 copy color: '#4D3E50'

red 77 ◦ green 62 ◦ blue 80

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

Shades of Bossanova #4D3E50

Tints of Bossanova #4D3E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.31%

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 35.16%
G = 28.31%
B = 36.53%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D3E50 (or 0x4D3E50) is known color: Bossanova. HEX triplet: 4D, 3E and 50. RGB value is (77,62,80). Sum of RGB (Red+Green+Blue) = 77+62+80=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D3E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3E50 is #B2C1AF. Grayscale: #444444. Windows color (decimal): -11714992 or 5258829. OLE color: 5258829.

HSL color Cylindrical-coordinate representation of color #4D3E50: hue angle of 290º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D3E50 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 62 80 -
CMYK 0.04 0.22 0 0.69
HSL 290º 0.13% 0.28% -
HSV(B) 290º 0.23% 0.31% -
XYZ 6.23 5.6 8.34 -
YUV 68.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 77 62 80 0.04 0.22 0 0.69 290 0.13 0.28
Hex 4D 3E 50 4 16 0 45 122 D 1C
Octal 115 76 120 4 26 0 105 442 15 34
Binary 1001101 111110 1010000 100 10110 0 1000101 100100010 1101 11100

Color Harmonies of #4D3E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3E50

Black with #4D3E50

Text Example


Text Example

White with #4D3E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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