Html Css Color HEX #4F4452 Bossanova

📋 copy color: '#4F4452'

red 79 ◦ green 68 ◦ blue 82

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

Shades of Bossanova #4F4452

Tints of Bossanova #4F4452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

 BLUE value IS 82 (32.42% from 255) = 35.81%

R = 34.5%
G = 29.69%
B = 35.81%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4F4452 (or 0x4F4452) is known color: Bossanova. HEX triplet: 4F, 44 and 52. RGB value is (79,68,82). Sum of RGB (Red+Green+Blue) = 79+68+82=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 82 - color contains mainly: blue. Hex color #4F4452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4452 is #B0BBAD. Grayscale: #484848. Windows color (decimal): -11582382 or 5391439. OLE color: 5391439.

HSL color Cylindrical-coordinate representation of color #4F4452: hue angle of 287.14º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4F4452 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 79 68 82 -
CMYK 0.04 0.17 0 0.68
HSL 287.14º 0.09% 0.29% -
HSV(B) 287.14º 0.17% 0.32% -
XYZ 6.81 6.41 8.86 -
YUV 72.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 79 68 82 0.04 0.17 0 0.68 287.14 0.09 0.29
Hex 4F 44 52 4 11 0 44 11F 9 1D
Octal 117 104 122 4 21 0 104 437 11 35
Binary 1001111 1000100 1010010 100 10001 0 1000100 100011111 1001 11101

Color Harmonies of #4F4452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4452

Black with #4F4452

Text Example


Text Example

White with #4F4452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,68,82); }

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

background-color css

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

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

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

border-color css

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

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

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