Html Css Color HEX #4F394F Bossanova

📋 copy color: '#4F394F'

red 79 ◦ green 57 ◦ blue 79

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

Shades of Bossanova #4F394F

Tints of Bossanova #4F394F

RGB

 RED value IS 79 (31.25% from 255) = 36.74%

 GREEN value IS 57 (22.66% from 255) = 26.51%

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

R = 36.74%
G = 26.51%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4F394F (or 0x4F394F) is known color: Bossanova. HEX triplet: 4F, 39 and 4F. RGB value is (79,57,79). Sum of RGB (Red+Green+Blue) = 79+57+79=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F394F is #B0C6B0. Grayscale: #424242. Windows color (decimal): -11585201 or 5192015. OLE color: 5192015.

HSL color Cylindrical-coordinate representation of color #4F394F: hue angle of 300º 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 #4F394F is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 57 79 -
CMYK 0 0.28 0 0.69
HSL 300º 0.16% 0.27% -
HSV(B) 300º 0.28% 0.31% -
XYZ 6.1 5.15 8.07 -
YUV 66.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 79 57 79 0 0.28 0 0.69 300 0.16 0.27
Hex 4F 39 4F 0 1C 0 45 12C 10 1B
Octal 117 71 117 0 34 0 105 454 20 33
Binary 1001111 111001 1001111 0 11100 0 1000101 100101100 10000 11011

Color Harmonies of #4F394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F394F

Black with #4F394F

Text Example


Text Example

White with #4F394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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