#475751

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

Shades of Cape Cod #475751

Tints of Cape Cod #475751

Color information

#475751 (or 0x475751) is unknown color: approx Cape Cod. HEX triplet: 47, 57 and 51. RGB value is (71,87,81). Sum of RGB (Red+Green+Blue) = 71+87+81=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 87 - color contains mainly: green. Hex color #475751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475751 is #B8A8AE. Grayscale: #515151. Windows color (decimal): -12101807 or 5330759. OLE color: 5330759.

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

Color convert

RGB718781-
CMYK0.1800.070.66
HSL157.5º10.13%30.98%-
HSV(B)157.5º18.39%34.12%-
XYZ7.498.759.08-
YUV81.53127.7120.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.71%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=29.71%
G=36.40%
B=33.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7187810.1800.070.66157.510.1330.98
Hex4757511207429da1f
Octal10712712122071022351237
Binary100011110101111010001100100111100001010011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475751; }

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

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

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

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

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

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

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

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