Html Css Color HEX #494E4C Cape Cod

📋 copy color: '#494E4C'

red 73 ◦ green 78 ◦ blue 76

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

Shades of Cape Cod #494E4C

Tints of Cape Cod #494E4C

RGB

 RED value IS 73 (28.91% from 255) = 32.16%

 GREEN value IS 78 (30.86% from 255) = 34.36%

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

R = 32.16%
G = 34.36%
B = 33.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.69

RGB Variations

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

Color information

#494E4C (or 0x494E4C) is known color: Cape Cod. HEX triplet: 49, 4E and 4C. RGB value is (73,78,76). Sum of RGB (Red+Green+Blue) = 73+78+76=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 78 - color contains mainly: green. Hex color #494E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #494E4C is #B6B1B3. Grayscale: #4C4C4C. Windows color (decimal): -11973044 or 5000777. OLE color: 5000777.

HSL color Cylindrical-coordinate representation of color #494E4C: hue angle of 156º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #494E4C is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 78 76 -
CMYK 0.06 0 0.03 0.69
HSL 156º 0.03% 0.3% -
HSV(B) 156º 0.06% 0.31% -
XYZ 6.78 7.39 7.91 -
YUV 76.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 73 78 76 0.06 0 0.03 0.69 156 0.03 0.3
Hex 49 4E 4C 6 0 3 45 9C 3 1E
Octal 111 116 114 6 0 3 105 234 3 36
Binary 1001001 1001110 1001100 110 0 11 1000101 10011100 11 11110

Color Harmonies of #494E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494E4C

Black with #494E4C

Text Example


Text Example

White with #494E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494E4C; }

 p { color: rgb(73,78,76); }

 H1.HeaderClassName
 {
   color: #494E4C;
 }
 .AnyTagClassName
 {
   color: #494E4C;
 }
</style>

background-color css

<style>
 a { background-color: #494E4C; }

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

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

border-color css

<style>
 span { border-color: #494E4C; }

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

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