#465850

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

Shades of Cape Cod #465850

Tints of Cape Cod #465850

Color information

#465850 (or 0x465850) is unknown color: approx Cape Cod. HEX triplet: 46, 58 and 50. RGB value is (70,88,80). Sum of RGB (Red+Green+Blue) = 70+88+80=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 88 - color contains mainly: green. Hex color #465850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465850 is #B9A7AF. Grayscale: #515151. Windows color (decimal): -12167088 or 5265478. OLE color: 5265478.

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

Color convert

RGB708880-
CMYK0.2000.090.65
HSL153.33º11.39%30.98%-
HSV(B)153.33º20.45%34.51%-
XYZ7.468.868.91-
YUV81.71127.04119.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.41%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=29.41%
G=36.97%
B=33.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7088800.2000.090.65153.3311.3930.98
Hex46585014094199b1f
Octal106130120240111012311337
Binary1000110101100010100001010001001100000110011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465850; }

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

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

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

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

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

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

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

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