#4D394F

Color #4D394F Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #4D394F

Tints of Bossanova #4D394F

Color information

#4D394F (or 0x4D394F) is unknown color: approx Bossanova. HEX triplet: 4D, 39 and 4F. RGB value is (77,57,79). Sum of RGB (Red+Green+Blue) = 77+57+79=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 79 - color contains mainly: blue. Hex color #4D394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D394F is #B2C6B0. Grayscale: #414141. Windows color (decimal): -11716273 or 5192013. OLE color: 5192013.

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

Color convert

RGB775779-
CMYK0.030.2800.69
HSL294.55º16.18%26.67%-
HSV(B)294.55º27.85%30.98%-
XYZ5.935.078.06-
YUV65.49135.63136.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.15%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 79 (31.25% from 255) = 37.09%
R=36.15%
G=26.76%
B=37.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7757790.030.2800.69294.5516.1826.67
Hex4D394F31C045127101b
Octal1157111733401054472033
Binary100110111100110011111111100010001011001001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D394F;
 }
 .AnyTagClassName
 {
   color: #4D394F;
 }
</style>
background-color css

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

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

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

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

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

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