Html Css Color HEX #4C474C Bossanova

📋 copy color: '#4C474C'

red 76 ◦ green 71 ◦ blue 76

#4C474C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #4C474C

Tints of Bossanova #4C474C

RGB

 RED value IS 76 (30.08% from 255) = 34.08%

 GREEN value IS 71 (28.13% from 255) = 31.84%

 BLUE value IS 76 (30.08% from 255) = 34.08%

R = 34.08%
G = 31.84%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4C474C (or 0x4C474C) is known color: Bossanova. HEX triplet: 4C, 47 and 4C. RGB value is (76,71,76). Sum of RGB (Red+Green+Blue) = 76+71+76=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C474C is #B3B8B3. Grayscale: #494949. Windows color (decimal): -11778228 or 4998988. OLE color: 4998988.

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

Color convert

RGB 76 71 76 -
CMYK 0 0.07 0 0.70
HSL 300º 0.03% 0.29% -
HSV(B) 300º 0.07% 0.3% -
XYZ 6.54 6.56 7.76 -
YUV 73.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 76 71 76 0 0.07 0 0.70 300 0.03 0.29
Hex 4C 47 4C 0 7 0 46 12C 3 1D
Octal 114 107 114 0 7 0 106 454 3 35
Binary 1001100 1000111 1001100 0 111 0 1000110 100101100 11 11101

Color Harmonies of #4C474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C474C

Black with #4C474C

Text Example


Text Example

White with #4C474C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C474C;
 }
 .AnyTagClassName
 {
   color: #4C474C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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