#465952

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

Shades of Cape Cod #465952

Tints of Cape Cod #465952

Color information

#465952 (or 0x465952) is unknown color: approx Cape Cod. HEX triplet: 46, 59 and 52. RGB value is (70,89,82). Sum of RGB (Red+Green+Blue) = 70+89+82=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 89 - color contains mainly: green. Hex color #465952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465952 is #B9A6AD. Grayscale: #525252. Windows color (decimal): -12166830 or 5396806. OLE color: 5396806.

HSL color Cylindrical-coordinate representation of color #465952: hue angle of 157.89º 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 #465952 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB708982-
CMYK0.2100.080.65
HSL157.89º11.95%31.18%-
HSV(B)157.89º21.35%34.9%-
XYZ7.629.069.33-
YUV82.52127.71119.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.05%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=29.05%
G=36.93%
B=34.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7089820.2100.080.65157.8911.9531.18
Hex4659521508419ec1f
Octal106131122250101012361437
Binary1000110101100110100101010101000100000110011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465952; }

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

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

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

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

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

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

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

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