#474D4A

Color #474D4A Cape Cod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Cod #474D4A

Tints of Cape Cod #474D4A

Color information

#474D4A (or 0x474D4A) is unknown color: approx Cape Cod. HEX triplet: 47, 4D and 4A. RGB value is (71,77,74). Sum of RGB (Red+Green+Blue) = 71+77+74=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 77 - color contains mainly: green. Hex color #474D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474D4A is #B8B2B5. Grayscale: #4A4A4A. Windows color (decimal): -12104374 or 4869447. OLE color: 4869447.

HSL color Cylindrical-coordinate representation of color #474D4A: hue angle of 150º 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 #474D4A is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.

Color convert

RGB717774-
CMYK0.0800.040.70
HSL150º4.05%29.02%-
HSV(B)150º7.79%30.2%-
XYZ6.497.147.52-
YUV74.86127.51125.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=31.98%
G=34.68%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7177740.0800.040.701504.0529.02
Hex474D4A804469641d
Octal1071151121004106226435
Binary1000111100110110010101000010010001101001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474D4A; }

 p { color: rgb(71,77,74); }

 H1.HeaderClassName
 {
   color: #474D4A;
 }
 .AnyTagClassName
 {
   color: #474D4A;
 }
</style>
background-color css

<style>
 a { background-color: #474D4A; }

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

 div.DivClassName
 {
   background-color: #474D4A;
 }
 .BgClassName
 {
   background-color: #474D4A;
 }
</style>
border-color css

<style>
 span { border-color: #474D4A; }

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

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