Html Css Color HEX #4C424C Bossanova

📋 copy color: '#4C424C'

red 76 ◦ green 66 ◦ blue 76

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

Shades of Bossanova #4C424C

Tints of Bossanova #4C424C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.28%

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

R = 34.86%
G = 30.28%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4C424C (or 0x4C424C) is known color: Bossanova. HEX triplet: 4C, 42 and 4C. RGB value is (76,66,76). Sum of RGB (Red+Green+Blue) = 76+66+76=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C424C is #B3BDB3. Grayscale: #464646. Windows color (decimal): -11779508 or 4997708. OLE color: 4997708.

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

Color convert

RGB 76 66 76 -
CMYK 0 0.13 0 0.70
HSL 300º 0.07% 0.28% -
HSV(B) 300º 0.13% 0.3% -
XYZ 6.23 5.95 7.66 -
YUV 70.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 76 66 76 0 0.13 0 0.70 300 0.07 0.28
Hex 4C 42 4C 0 D 0 46 12C 7 1C
Octal 114 102 114 0 15 0 106 454 7 34
Binary 1001100 1000010 1001100 0 1101 0 1000110 100101100 111 11100

Color Harmonies of #4C424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C424C

Black with #4C424C

Text Example


Text Example

White with #4C424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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