#4A5753

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

Shades of Cape Cod #4A5753

Tints of Cape Cod #4A5753

Color information

#4A5753 (or 0x4A5753) is unknown color: approx Cape Cod. HEX triplet: 4A, 57 and 53. RGB value is (74,87,83). Sum of RGB (Red+Green+Blue) = 74+87+83=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 87 (34.38% from 255 or 35.66% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 87 - color contains mainly: green. Hex color #4A5753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5753 is #B5A8AC. Grayscale: #525252. Windows color (decimal): -11905197 or 5461834. OLE color: 5461834.

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

Color convert

RGB748783-
CMYK0.1500.050.66
HSL161.54º8.07%31.57%-
HSV(B)161.54º14.94%34.12%-
XYZ7.798.99.49-
YUV82.66128.19121.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.33%
GREEN value IS 87 (34.38% from 255) = 35.66%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=30.33%
G=35.66%
B=34.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7487830.1500.050.66161.548.0731.57
Hex4A5753F0542a2820
Octal11212712317051022421040
Binary100101010101111010011111101011000010101000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,87,83); }

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

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

 a { background-color: rgb(74,87,83); }

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

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

 span { border-color: rgb(74,87,83); }

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