#465651

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

Shades of Cape Cod #465651

Tints of Cape Cod #465651

Color information

#465651 (or 0x465651) is unknown color: approx Cape Cod. HEX triplet: 46, 56 and 51. RGB value is (70,86,81). Sum of RGB (Red+Green+Blue) = 70+86+81=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 86 - color contains mainly: green. Hex color #465651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465651 is #B9A9AE. Grayscale: #505050. Windows color (decimal): -12167599 or 5330502. OLE color: 5330502.

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

Color convert

RGB708681-
CMYK0.1900.060.66
HSL161.25º10.26%30.59%-
HSV(B)161.25º18.6%33.73%-
XYZ7.348.559.05-
YUV80.65128.2120.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 81 (32.03% from 255) = 34.18%
R=29.54%
G=36.29%
B=34.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7086810.1900.060.66161.2510.2630.59
Hex465651130642a1a1f
Octal10612612123061022411237
Binary100011010101101010001100110110100001010100001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465651; }

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

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

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

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

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

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

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

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