#475651

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

Shades of Cape Cod #475651

Tints of Cape Cod #475651

Color information

#475651 (or 0x475651) is unknown color: approx Cape Cod. HEX triplet: 47, 56 and 51. RGB value is (71,86,81). Sum of RGB (Red+Green+Blue) = 71+86+81=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 86 - color contains mainly: green. Hex color #475651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475651 is #B8A9AE. Grayscale: #505050. Windows color (decimal): -12102063 or 5330503. OLE color: 5330503.

HSL color Cylindrical-coordinate representation of color #475651: hue angle of 160º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #475651 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB718681-
CMYK0.1700.060.66
HSL160º9.55%30.78%-
HSV(B)160º17.44%33.73%-
XYZ7.418.599.05-
YUV80.94128.03120.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.83%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=29.83%
G=36.13%
B=34.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7186810.1700.060.661609.5530.78
Hex475651110642a0a1f
Octal10712612121061022401237
Binary100011110101101010001100010110100001010100000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475651; }

 p { color: rgb(71,86,81); }

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

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

 a { background-color: rgb(71,86,81); }

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

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

 span { border-color: rgb(71,86,81); }

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