Html Css Color HEX #4F4052 Bossanova

📋 copy color: '#4F4052'

red 79 ◦ green 64 ◦ blue 82

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

Shades of Bossanova #4F4052

Tints of Bossanova #4F4052

RGB

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

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

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

R = 35.11%
G = 28.44%
B = 36.44%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#4F4052 (or 0x4F4052) is known color: Bossanova. HEX triplet: 4F, 40 and 52. RGB value is (79,64,82). Sum of RGB (Red+Green+Blue) = 79+64+82=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #4F4052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4052 is #B0BFAD. Grayscale: #464646. Windows color (decimal): -11583406 or 5390415. OLE color: 5390415.

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

Color convert

RGB 79 64 82 -
CMYK 0.04 0.22 0 0.68
HSL 290º 0.12% 0.29% -
HSV(B) 290º 0.22% 0.32% -
XYZ 6.58 5.94 8.78 -
YUV 70.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 79 64 82 0.04 0.22 0 0.68 290 0.12 0.29
Hex 4F 40 52 4 16 0 44 122 C 1D
Octal 117 100 122 4 26 0 104 442 14 35
Binary 1001111 1000000 1010010 100 10110 0 1000100 100100010 1100 11101

Color Harmonies of #4F4052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4052

Black with #4F4052

Text Example


Text Example

White with #4F4052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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