Html Css Color HEX #4F4350 Bossanova

📋 copy color: '#4F4350'

red 79 ◦ green 67 ◦ blue 80

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

Shades of Bossanova #4F4350

Tints of Bossanova #4F4350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.65%

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 34.96%
G = 29.65%
B = 35.4%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4F4350 (or 0x4F4350) is known color: Bossanova. HEX triplet: 4F, 43 and 50. RGB value is (79,67,80). Sum of RGB (Red+Green+Blue) = 79+67+80=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F4350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4350 is #B0BCAF. Grayscale: #484848. Windows color (decimal): -11582640 or 5260111. OLE color: 5260111.

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

Color convert

RGB 79 67 80 -
CMYK 0.01 0.16 0 0.69
HSL 295.38º 0.09% 0.29% -
HSV(B) 295.38º 0.16% 0.31% -
XYZ 6.68 6.26 8.44 -
YUV 72.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 79 67 80 0.01 0.16 0 0.69 295.38 0.09 0.29
Hex 4F 43 50 1 10 0 45 127 9 1D
Octal 117 103 120 1 20 0 105 447 11 35
Binary 1001111 1000011 1010000 1 10000 0 1000101 100100111 1001 11101

Color Harmonies of #4F4350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4350

Black with #4F4350

Text Example


Text Example

White with #4F4350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,67,80); }

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

background-color css

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

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

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

border-color css

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

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

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