Html Css Color HEX #4F4050 Bossanova

📋 copy color: '#4F4050'

red 79 ◦ green 64 ◦ blue 80

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

Shades of Bossanova #4F4050

Tints of Bossanova #4F4050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.7%

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

R = 35.43%
G = 28.7%
B = 35.87%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4F4050 (or 0x4F4050) is known color: Bossanova. HEX triplet: 4F, 40 and 50. RGB value is (79,64,80). Sum of RGB (Red+Green+Blue) = 79+64+80=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F4050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4050 is #B0BFAF. Grayscale: #464646. Windows color (decimal): -11583408 or 5259343. OLE color: 5259343.

HSL color Cylindrical-coordinate representation of color #4F4050: hue angle of 296.25º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4F4050 is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 64 80 -
CMYK 0.01 0.20 0 0.69
HSL 296.25º 0.11% 0.28% -
HSV(B) 296.25º 0.2% 0.31% -
XYZ 6.51 5.91 8.39 -
YUV 70.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 79 64 80 0.01 0.20 0 0.69 296.25 0.11 0.28
Hex 4F 40 50 1 14 0 45 128 B 1C
Octal 117 100 120 1 24 0 105 450 13 34
Binary 1001111 1000000 1010000 1 10100 0 1000101 100101000 1011 11100

Color Harmonies of #4F4050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4050

Black with #4F4050

Text Example


Text Example

White with #4F4050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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