#465550

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

Shades of Cape Cod #465550

Tints of Cape Cod #465550

Color information

#465550 (or 0x465550) is unknown color: approx Cape Cod. HEX triplet: 46, 55 and 50. RGB value is (70,85,80). Sum of RGB (Red+Green+Blue) = 70+85+80=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 85 - color contains mainly: green. Hex color #465550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465550 is #B9AAAF. Grayscale: #4F4F4F. Windows color (decimal): -12167856 or 5264710. OLE color: 5264710.

HSL color Cylindrical-coordinate representation of color #465550: hue angle of 160º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #465550 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB708580-
CMYK0.1800.060.67
HSL160º9.68%30.39%-
HSV(B)160º17.65%33.33%-
XYZ7.228.388.83-
YUV79.94128.03120.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 85 (33.59% from 255) = 36.17%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=29.79%
G=36.17%
B=34.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085800.1800.060.671609.6830.39
Hex465550120643a0a1e
Octal10612512022061032401236
Binary100011010101011010000100100110100001110100000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465550; }

 p { color: rgb(70,85,80); }

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

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

 a { background-color: rgb(70,85,80); }

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

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

 span { border-color: rgb(70,85,80); }

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