#4F5653

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

Shades of Cape Cod #4F5653

Tints of Cape Cod #4F5653

Color information

#4F5653 (or 0x4F5653) is unknown color: approx Cape Cod. HEX triplet: 4F, 56 and 53. RGB value is (79,86,83). Sum of RGB (Red+Green+Blue) = 79+86+83=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 86 - color contains mainly: green. Hex color #4F5653 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5653 is #B0A9AC. Grayscale: #535353. Windows color (decimal): -11577773 or 5461583. OLE color: 5461583.

HSL color Cylindrical-coordinate representation of color #4F5653: hue angle of 154.29º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4F5653 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB798683-
CMYK0.0800.030.66
HSL154.29º4.24%32.35%-
HSV(B)154.29º8.14%33.73%-
XYZ8.118.949.48-
YUV83.56127.68124.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.85%
GREEN value IS 86 (33.98% from 255) = 34.68%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=31.85%
G=34.68%
B=33.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7986830.0800.030.66154.294.2432.35
Hex4F5653803429a420
Octal1171261231003102232440
Binary1001111101011010100111000011100001010011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F5653; }

 p { color: rgb(79,86,83); }

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

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

 a { background-color: rgb(79,86,83); }

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

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

 span { border-color: rgb(79,86,83); }

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