Html Css Color HEX #4C4A4C Bossanova

📋 copy color: '#4C4A4C'

red 76 ◦ green 74 ◦ blue 76

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

Shades of Bossanova #4C4A4C

Tints of Bossanova #4C4A4C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.74%

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

R = 33.63%
G = 32.74%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4C4A4C (or 0x4C4A4C) is known color: Bossanova. HEX triplet: 4C, 4A and 4C. RGB value is (76,74,76). Sum of RGB (Red+Green+Blue) = 76+74+76=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C4A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A4C is #B3B5B3. Grayscale: #4A4A4A. Windows color (decimal): -11777460 or 4999756. OLE color: 4999756.

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

Color convert

RGB 76 74 76 -
CMYK 0 0.03 0 0.70
HSL 300º 0.01% 0.29% -
HSV(B) 300º 0.03% 0.3% -
XYZ 6.73 6.96 7.83 -
YUV 74.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 76 74 76 0 0.03 0 0.70 300 0.01 0.29
Hex 4C 4A 4C 0 3 0 46 12C 1 1D
Octal 114 112 114 0 3 0 106 454 1 35
Binary 1001100 1001010 1001100 0 11 0 1000110 100101100 1 11101

Color Harmonies of #4C4A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4A4C

Black with #4C4A4C

Text Example


Text Example

White with #4C4A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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