#465951

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

Shades of Cape Cod #465951

Tints of Cape Cod #465951

Color information

#465951 (or 0x465951) is unknown color: approx Cape Cod. HEX triplet: 46, 59 and 51. RGB value is (70,89,81). Sum of RGB (Red+Green+Blue) = 70+89+81=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 89 - color contains mainly: green. Hex color #465951 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465951 is #B9A6AE. Grayscale: #525252. Windows color (decimal): -12166831 or 5331270. OLE color: 5331270.

HSL color Cylindrical-coordinate representation of color #465951: hue angle of 154.74º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465951 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB708981-
CMYK0.2100.090.65
HSL154.74º11.95%31.18%-
HSV(B)154.74º21.35%34.9%-
XYZ7.589.049.13-
YUV82.41127.21119.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.17%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=29.17%
G=37.08%
B=33.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089810.2100.090.65154.7411.9531.18
Hex4659511509419bc1f
Octal106131121250111012331437
Binary1000110101100110100011010101001100000110011011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465951; }

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

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

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

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

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

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

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

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