#4E5652

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

Shades of Cape Cod #4E5652

Tints of Cape Cod #4E5652

Color information

#4E5652 (or 0x4E5652) is unknown color: approx Cape Cod. HEX triplet: 4E, 56 and 52. RGB value is (78,86,82). Sum of RGB (Red+Green+Blue) = 78+86+82=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 86 - color contains mainly: green. Hex color #4E5652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5652 is #B1A9AD. Grayscale: #535353. Windows color (decimal): -11643310 or 5396046. OLE color: 5396046.

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

Color convert

RGB788682-
CMYK0.0900.050.66
HSL150º4.88%32.16%-
HSV(B)150º9.3%33.73%-
XYZ7.998.889.28-
YUV83.15127.35124.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.71%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 82 (32.42% from 255) = 33.33%
R=31.71%
G=34.96%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7886820.0900.050.661504.8832.16
Hex4E56529054296520
Octal1161261221105102226540
Binary10011101010110101001010010101100001010010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,86,82); }

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

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

 a { background-color: rgb(78,86,82); }

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

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

 span { border-color: rgb(78,86,82); }

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