Html Css Color HEX #4F3751 Bossanova

📋 copy color: '#4F3751'

red 79 ◦ green 55 ◦ blue 81

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

Shades of Bossanova #4F3751

Tints of Bossanova #4F3751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.58%

 BLUE value IS 81 (32.03% from 255) = 37.67%

R = 36.74%
G = 25.58%
B = 37.67%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4F3751 (or 0x4F3751) is known color: Bossanova. HEX triplet: 4F, 37 and 51. RGB value is (79,55,81). Sum of RGB (Red+Green+Blue) = 79+55+81=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 81 (32.03% from 255 or 37.67% from 215); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F3751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3751 is #B0C8AE. Grayscale: #414141. Windows color (decimal): -11585711 or 5322575. OLE color: 5322575.

HSL color Cylindrical-coordinate representation of color #4F3751: hue angle of 295.38º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4F3751 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 79 55 81 -
CMYK 0.02 0.32 0 0.68
HSL 295.38º 0.19% 0.27% -
HSV(B) 295.38º 0.32% 0.32% -
XYZ 6.08 4.99 8.43 -
YUV 65.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 79 55 81 0.02 0.32 0 0.68 295.38 0.19 0.27
Hex 4F 37 51 2 20 0 44 127 13 1B
Octal 117 67 121 2 40 0 104 447 23 33
Binary 1001111 110111 1010001 10 100000 0 1000100 100100111 10011 11011

Color Harmonies of #4F3751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3751

Black with #4F3751

Text Example


Text Example

White with #4F3751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,55,81); }

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

background-color css

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

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

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

border-color css

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

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

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