Html Css Color HEX #4D4650 Bossanova

📋 copy color: '#4D4650'

red 77 ◦ green 70 ◦ blue 80

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

Shades of Bossanova #4D4650

Tints of Bossanova #4D4650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

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

R = 33.92%
G = 30.84%
B = 35.24%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D4650 (or 0x4D4650) is known color: Bossanova. HEX triplet: 4D, 46 and 50. RGB value is (77,70,80). Sum of RGB (Red+Green+Blue) = 77+70+80=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: blue. Hex color #4D4650 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4650 is #B2B9AF. Grayscale: #494949. Windows color (decimal): -11712944 or 5260877. OLE color: 5260877.

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

Color convert

RGB 77 70 80 -
CMYK 0.04 0.12 0 0.69
HSL 282º 0.07% 0.29% -
HSV(B) 282º 0.13% 0.31% -
XYZ 6.7 6.54 8.5 -
YUV 73.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 77 70 80 0.04 0.12 0 0.69 282 0.07 0.29
Hex 4D 46 50 4 C 0 45 11A 7 1D
Octal 115 106 120 4 14 0 105 432 7 35
Binary 1001101 1000110 1010000 100 1100 0 1000101 100011010 111 11101

Color Harmonies of #4D4650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4650

Black with #4D4650

Text Example


Text Example

White with #4D4650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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