Html Css Color HEX #4C464C Bossanova

📋 copy color: '#4C464C'

red 76 ◦ green 70 ◦ blue 76

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

Shades of Bossanova #4C464C

Tints of Bossanova #4C464C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.53%

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

R = 34.23%
G = 31.53%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4C464C (or 0x4C464C) is known color: Bossanova. HEX triplet: 4C, 46 and 4C. RGB value is (76,70,76). Sum of RGB (Red+Green+Blue) = 76+70+76=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C464C is #B3B9B3. Grayscale: #484848. Windows color (decimal): -11778484 or 4998732. OLE color: 4998732.

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

Color convert

RGB 76 70 76 -
CMYK 0 0.08 0 0.70
HSL 300º 0.04% 0.29% -
HSV(B) 300º 0.08% 0.3% -
XYZ 6.48 6.44 7.74 -
YUV 72.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 76 70 76 0 0.08 0 0.70 300 0.04 0.29
Hex 4C 46 4C 0 8 0 46 12C 4 1D
Octal 114 106 114 0 10 0 106 454 4 35
Binary 1001100 1000110 1001100 0 1000 0 1000110 100101100 100 11101

Color Harmonies of #4C464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C464C

Black with #4C464C

Text Example


Text Example

White with #4C464C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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