#4C434C

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

Shades of Bossanova #4C434C

Tints of Bossanova #4C434C

Color information

#4C434C (or 0x4C434C) is unknown color: approx Bossanova. HEX triplet: 4C, 43 and 4C. RGB value is (76,67,76). Sum of RGB (Red+Green+Blue) = 76+67+76=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C434C is #B3BCB3. Grayscale: #464646. Windows color (decimal): -11779252 or 4997964. OLE color: 4997964.

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

Color convert

RGB766776-
CMYK00.1200.70
HSL300º6.29%28.04%-
HSV(B)300º11.84%29.8%-
XYZ6.296.077.68-
YUV70.72130.98131.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.70%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=34.70%
G=30.59%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76677600.1200.703006.2928.04
Hex4C434C0C04612c61c
Octal1141031140140106454634
Binary100110010000111001100011000100011010010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,67,76); }

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

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

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

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

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

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

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