Html Css Color HEX #4D404F Bossanova

📋 copy color: '#4D404F'

red 77 ◦ green 64 ◦ blue 79

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

Shades of Bossanova #4D404F

Tints of Bossanova #4D404F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.09%

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 35%
G = 29.09%
B = 35.91%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4D404F (or 0x4D404F) is known color: Bossanova. HEX triplet: 4D, 40 and 4F. RGB value is (77,64,79). Sum of RGB (Red+Green+Blue) = 77+64+79=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D404F is #B2BFB0. Grayscale: #454545. Windows color (decimal): -11714481 or 5193805. OLE color: 5193805.

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

Color convert

RGB 77 64 79 -
CMYK 0.03 0.19 0 0.69
HSL 292º 0.1% 0.28% -
HSV(B) 292º 0.19% 0.31% -
XYZ 6.31 5.81 8.19 -
YUV 69.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 77 64 79 0.03 0.19 0 0.69 292 0.1 0.28
Hex 4D 40 4F 3 13 0 45 124 A 1C
Octal 115 100 117 3 23 0 105 444 12 34
Binary 1001101 1000000 1001111 11 10011 0 1000101 100100100 1010 11100

Color Harmonies of #4D404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D404F

Black with #4D404F

Text Example


Text Example

White with #4D404F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,64,79); }

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

background-color css

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

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

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

border-color css

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

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

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