#4B494C

Color #4B494C Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #4B494C

Tints of Bossanova #4B494C

Color information

#4B494C (or 0x4B494C) is unknown color: approx Bossanova. HEX triplet: 4B, 49 and 4C. RGB value is (75,73,76). Sum of RGB (Red+Green+Blue) = 75+73+76=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B494C is #B4B6B3. Grayscale: #494949. Windows color (decimal): -11843252 or 4999499. OLE color: 4999499.

HSL color Cylindrical-coordinate representation of color #4B494C: hue angle of 280º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4B494C is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB757376-
CMYK0.010.0400.70
HSL280º2.01%29.22%-
HSV(B)280º3.95%29.8%-
XYZ6.596.787.8-
YUV73.94129.16128.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.48%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 76 (30.08% from 255) = 33.93%
R=33.48%
G=32.59%
B=33.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7573760.010.0400.702802.0129.22
Hex4B494C1404611821d
Octal113111114140106430235
Binary1001011100100110011001100010001101000110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,73,76); }

 H1.HeaderClassName
 {
   color: #4B494C;
 }
 .AnyTagClassName
 {
   color: #4B494C;
 }
</style>
background-color css

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

 a { background-color: rgb(75,73,76); }

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

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

 span { border-color: rgb(75,73,76); }

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