Html Css Color HEX #4D3F50 Bossanova

📋 copy color: '#4D3F50'

red 77 ◦ green 63 ◦ blue 80

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

Shades of Bossanova #4D3F50

Tints of Bossanova #4D3F50

RGB

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

 GREEN value IS 63 (25% from 255) = 28.64%

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

R = 35%
G = 28.64%
B = 36.36%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D3F50 (or 0x4D3F50) is known color: Bossanova. HEX triplet: 4D, 3F and 50. RGB value is (77,63,80). Sum of RGB (Red+Green+Blue) = 77+63+80=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D3F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3F50 is #B2C0AF. Grayscale: #454545. Windows color (decimal): -11714736 or 5259085. OLE color: 5259085.

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

Color convert

RGB 77 63 80 -
CMYK 0.04 0.21 0 0.69
HSL 289.41º 0.12% 0.28% -
HSV(B) 289.41º 0.21% 0.31% -
XYZ 6.29 5.71 8.36 -
YUV 69.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 77 63 80 0.04 0.21 0 0.69 289.41 0.12 0.28
Hex 4D 3F 50 4 15 0 45 121 C 1C
Octal 115 77 120 4 25 0 105 441 14 34
Binary 1001101 111111 1010000 100 10101 0 1000101 100100001 1100 11100

Color Harmonies of #4D3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3F50

Black with #4D3F50

Text Example


Text Example

White with #4D3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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