#4B404C

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

Shades of Bossanova #4B404C

Tints of Bossanova #4B404C

Color information

#4B404C (or 0x4B404C) is unknown color: approx Bossanova. HEX triplet: 4B, 40 and 4C. RGB value is (75,64,76). Sum of RGB (Red+Green+Blue) = 75+64+76=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B404C is #B4BFB3. Grayscale: #444444. Windows color (decimal): -11845556 or 4997195. OLE color: 4997195.

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

Color convert

RGB756476-
CMYK0.010.1600.70
HSL295º8.57%27.45%-
HSV(B)295º15.79%29.8%-
XYZ6.045.687.62-
YUV68.66132.14132.52-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.88%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=34.88%
G=29.77%
B=35.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7564760.010.1600.702958.5727.45
Hex4B404C11004612791b
Octal11310011412001064471133
Binary10010111000000100110011000001000110100100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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