#4C5552

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

Shades of Cape Cod #4C5552

Tints of Cape Cod #4C5552

Color information

#4C5552 (or 0x4C5552) is unknown color: approx Cape Cod. HEX triplet: 4C, 55 and 52. RGB value is (76,85,82). Sum of RGB (Red+Green+Blue) = 76+85+82=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5552 is #B3AAAD. Grayscale: #515151. Windows color (decimal): -11774638 or 5395788. OLE color: 5395788.

HSL color Cylindrical-coordinate representation of color #4C5552: hue angle of 160º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C5552 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB768582-
CMYK0.1100.040.67
HSL160º5.59%31.57%-
HSV(B)160º10.59%33.33%-
XYZ7.758.649.24-
YUV81.97128.02123.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.28%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=31.28%
G=34.98%
B=33.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7685820.1100.040.671605.5931.57
Hex4C5552B0443a0620
Octal1141251221304103240640
Binary10011001010101101001010110100100001110100000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,85,82); }

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

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

 a { background-color: rgb(76,85,82); }

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

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

 span { border-color: rgb(76,85,82); }

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