#495753

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

Shades of Cape Cod #495753

Tints of Cape Cod #495753

Color information

#495753 (or 0x495753) is unknown color: approx Cape Cod. HEX triplet: 49, 57 and 53. RGB value is (73,87,83). Sum of RGB (Red+Green+Blue) = 73+87+83=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 87 - color contains mainly: green. Hex color #495753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495753 is #B6A8AC. Grayscale: #525252. Windows color (decimal): -11970733 or 5461833. OLE color: 5461833.

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

Color convert

RGB738783-
CMYK0.1600.050.66
HSL162.86º8.75%31.37%-
HSV(B)162.86º16.09%34.12%-
XYZ7.728.869.49-
YUV82.36128.36121.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.04%
GREEN value IS 87 (34.38% from 255) = 35.80%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=30.04%
G=35.80%
B=34.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387830.1600.050.66162.868.7531.37
Hex495753100542a391f
Octal11112712320051022431137
Binary100100110101111010011100000101100001010100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495753; }

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

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

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

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

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

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

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

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