Html Css Color HEX #4D3F51 Bossanova

📋 copy color: '#4D3F51'

red 77 ◦ green 63 ◦ blue 81

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

Shades of Bossanova #4D3F51

Tints of Bossanova #4D3F51

RGB

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

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

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

R = 34.84%
G = 28.51%
B = 36.65%

CMYK

 C value IS 0.05

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4D3F51 (or 0x4D3F51) is known color: Bossanova. HEX triplet: 4D, 3F and 51. RGB value is (77,63,81). Sum of RGB (Red+Green+Blue) = 77+63+81=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 81 - color contains mainly: blue. Hex color #4D3F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3F51 is #B2C0AE. Grayscale: #454545. Windows color (decimal): -11714735 or 5324621. OLE color: 5324621.

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

Color convert

RGB 77 63 81 -
CMYK 0.05 0.22 0 0.68
HSL 286.67º 0.13% 0.28% -
HSV(B) 286.67º 0.22% 0.32% -
XYZ 6.32 5.73 8.56 -
YUV 69.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 77 63 81 0.05 0.22 0 0.68 286.67 0.13 0.28
Hex 4D 3F 51 5 16 0 44 11F C 1C
Octal 115 77 121 5 26 0 104 437 14 34
Binary 1001101 111111 1010001 101 10110 0 1000100 100011111 1100 11100

Color Harmonies of #4D3F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3F51

Black with #4D3F51

Text Example


Text Example

White with #4D3F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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