#485650

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

Shades of Cape Cod #485650

Tints of Cape Cod #485650

Color information

#485650 (or 0x485650) is unknown color: approx Cape Cod. HEX triplet: 48, 56 and 50. RGB value is (72,86,80). Sum of RGB (Red+Green+Blue) = 72+86+80=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 86 - color contains mainly: green. Hex color #485650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485650 is #B7A9AF. Grayscale: #515151. Windows color (decimal): -12036528 or 5264968. OLE color: 5264968.

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

Color convert

RGB728680-
CMYK0.1600.070.66
HSL154.29º8.86%30.98%-
HSV(B)154.29º16.28%33.73%-
XYZ7.458.618.86-
YUV81.13127.36121.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=30.25%
G=36.13%
B=33.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286800.1600.070.66154.298.8630.98
Hex4856501007429a91f
Octal11012612020071022321137
Binary100100010101101010000100000111100001010011010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485650; }

 p { color: rgb(72,86,80); }

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

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

 a { background-color: rgb(72,86,80); }

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

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

 span { border-color: rgb(72,86,80); }

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