Html Css Color HEX #4D4551 Bossanova

📋 copy color: '#4D4551'

red 77 ◦ green 69 ◦ blue 81

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

Shades of Bossanova #4D4551

Tints of Bossanova #4D4551

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.4%

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 33.92%
G = 30.4%
B = 35.68%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4D4551 (or 0x4D4551) is known color: Bossanova. HEX triplet: 4D, 45 and 51. RGB value is (77,69,81). Sum of RGB (Red+Green+Blue) = 77+69+81=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 69 (27.34% from 255 or 30.40% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #4D4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4551 is #B2BAAE. Grayscale: #484848. Windows color (decimal): -11713199 or 5326157. OLE color: 5326157.

HSL color Cylindrical-coordinate representation of color #4D4551: hue angle of 280º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4D4551 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 77 69 81 -
CMYK 0.05 0.15 0 0.68
HSL 280º 0.08% 0.29% -
HSV(B) 280º 0.15% 0.32% -
XYZ 6.67 6.43 8.67 -
YUV 72.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 77 69 81 0.05 0.15 0 0.68 280 0.08 0.29
Hex 4D 45 51 5 F 0 44 118 8 1D
Octal 115 105 121 5 17 0 104 430 10 35
Binary 1001101 1000101 1010001 101 1111 0 1000100 100011000 1000 11101

Color Harmonies of #4D4551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4551

Black with #4D4551

Text Example


Text Example

White with #4D4551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,81); }

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

background-color css

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

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

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

border-color css

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

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

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