Html Css Color HEX #4F4250 Bossanova

📋 copy color: '#4F4250'

red 79 ◦ green 66 ◦ blue 80

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

Shades of Bossanova #4F4250

Tints of Bossanova #4F4250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.33%

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

R = 35.11%
G = 29.33%
B = 35.56%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4F4250 (or 0x4F4250) is known color: Bossanova. HEX triplet: 4F, 42 and 50. RGB value is (79,66,80). Sum of RGB (Red+Green+Blue) = 79+66+80=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F4250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4250 is #B0BDAF. Grayscale: #474747. Windows color (decimal): -11582896 or 5259855. OLE color: 5259855.

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

Color convert

RGB 79 66 80 -
CMYK 0.01 0.17 0 0.69
HSL 295.71º 0.1% 0.29% -
HSV(B) 295.71º 0.18% 0.31% -
XYZ 6.62 6.14 8.43 -
YUV 71.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 79 66 80 0.01 0.17 0 0.69 295.71 0.1 0.29
Hex 4F 42 50 1 11 0 45 128 A 1D
Octal 117 102 120 1 21 0 105 450 12 35
Binary 1001111 1000010 1010000 1 10001 0 1000101 100101000 1010 11101

Color Harmonies of #4F4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4250

Black with #4F4250

Text Example


Text Example

White with #4F4250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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