#4B494B

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

Shades of Bossanova #4B494B

Tints of Bossanova #4B494B

Color information

#4B494B (or 0x4B494B) is unknown color: approx Bossanova. HEX triplet: 4B, 49 and 4B. RGB value is (75,73,75). Sum of RGB (Red+Green+Blue) = 75+73+75=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 75 - color contains mainly: red, blue. Hex color #4B494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B494B is #B4B6B4. Grayscale: #494949. Windows color (decimal): -11843253 or 4933963. OLE color: 4933963.

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

Color convert

RGB757375-
CMYK00.0300.71
HSL300º1.35%29.02%-
HSV(B)300º2.67%29.41%-
XYZ6.556.777.62-
YUV73.83128.66128.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.63%
GREEN value IS 73 (28.91% from 255) = 32.74%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=33.63%
G=32.74%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75737500.0300.713001.3529.02
Hex4B494B0304712c11d
Octal113111113030107454135
Binary10010111001001100101101101000111100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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