#495651

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

Shades of Cape Cod #495651

Tints of Cape Cod #495651

Color information

#495651 (or 0x495651) is unknown color: approx Cape Cod. HEX triplet: 49, 56 and 51. RGB value is (73,86,81). Sum of RGB (Red+Green+Blue) = 73+86+81=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 86 - color contains mainly: green. Hex color #495651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495651 is #B6A9AE. Grayscale: #515151. Windows color (decimal): -11970991 or 5330505. OLE color: 5330505.

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

Color convert

RGB738681-
CMYK0.1500.060.66
HSL156.92º8.18%31.18%-
HSV(B)156.92º15.12%33.73%-
XYZ7.568.679.06-
YUV81.54127.69121.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=30.42%
G=35.83%
B=33.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386810.1500.060.66156.928.1831.18
Hex495651F06429d81f
Octal11112612117061022351037
Binary10010011010110101000111110110100001010011101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495651; }

 p { color: rgb(73,86,81); }

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

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

 a { background-color: rgb(73,86,81); }

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

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

 span { border-color: rgb(73,86,81); }

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