#4B454B

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

Shades of Bossanova #4B454B

Tints of Bossanova #4B454B

Color information

#4B454B (or 0x4B454B) is unknown color: approx Bossanova. HEX triplet: 4B, 45 and 4B. RGB value is (75,69,75). Sum of RGB (Red+Green+Blue) = 75+69+75=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 75 - color contains mainly: red, blue. Hex color #4B454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B454B is #B4BAB4. Grayscale: #474747. Windows color (decimal): -11844277 or 4932939. OLE color: 4932939.

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

Color convert

RGB756975-
CMYK00.0800.71
HSL300º4.17%28.24%-
HSV(B)300º8%29.41%-
XYZ6.36.267.53-
YUV71.48129.99130.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.25%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=34.25%
G=31.51%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75697500.0800.713004.1728.24
Hex4B454B0804712c41c
Octal1131051130100107454434
Binary100101110001011001011010000100011110010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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