Html Css Color HEX #4C434C Bossanova

📋 copy color: '#4C434C'

red 76 ◦ green 67 ◦ blue 76

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

Shades of Bossanova #4C434C

Tints of Bossanova #4C434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

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

R = 34.7%
G = 30.59%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4C434C (or 0x4C434C) is known color: 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

RGB 76 67 76 -
CMYK 0 0.12 0 0.70
HSL 300º 0.06% 0.28% -
HSV(B) 300º 0.12% 0.3% -
XYZ 6.29 6.07 7.68 -
YUV 70.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 76 67 76 0 0.12 0 0.70 300 0.06 0.28
Hex 4C 43 4C 0 C 0 46 12C 6 1C
Octal 114 103 114 0 14 0 106 454 6 34
Binary 1001100 1000011 1001100 0 1100 0 1000110 100101100 110 11100

Color Harmonies of #4C434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C434C

Black with #4C434C

Text Example


Text Example

White with #4C434C

Text Example


Text Example

HTML Codes & Css Web 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>