#474948

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

Shades of Cape Cod #474948

Tints of Cape Cod #474948

Color information

#474948 (or 0x474948) is unknown color: approx Cape Cod. HEX triplet: 47, 49 and 48. RGB value is (71,73,72). Sum of RGB (Red+Green+Blue) = 71+73+72=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 73 - color contains mainly: green. Hex color #474948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474948 is #B8B6B7. Grayscale: #484848. Windows color (decimal): -12105400 or 4737351. OLE color: 4737351.

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

Color convert

RGB717372-
CMYK0.0300.010.71
HSL150º1.39%28.24%-
HSV(B)150º2.74%28.63%-
XYZ6.156.577.08-
YUV72.29127.84127.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=32.87%
G=33.80%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7173720.0300.010.711501.3928.24
Hex474948301479611c
Octal107111110301107226134
Binary1000111100100110010001101100011110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474948; }

 p { color: rgb(71,73,72); }

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

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

 a { background-color: rgb(71,73,72); }

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

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

 span { border-color: rgb(71,73,72); }

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