#4B414C

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

Shades of Bossanova #4B414C

Tints of Bossanova #4B414C

Color information

#4B414C (or 0x4B414C) is unknown color: approx Bossanova. HEX triplet: 4B, 41 and 4C. RGB value is (75,65,76). Sum of RGB (Red+Green+Blue) = 75+65+76=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B414C is #B4BEB3. Grayscale: #454545. Windows color (decimal): -11845300 or 4997451. OLE color: 4997451.

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

Color convert

RGB756576-
CMYK0.010.1400.70
HSL294.55º7.8%27.65%-
HSV(B)294.55º14.47%29.8%-
XYZ6.15.87.64-
YUV69.24131.81132.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.72%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=34.72%
G=30.09%
B=35.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7565760.010.1400.70294.557.827.65
Hex4B414C1E04612781c
Octal11310111411601064471034
Binary1001011100000110011001111001000110100100111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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