#485651

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

Shades of Cape Cod #485651

Tints of Cape Cod #485651

Color information

#485651 (or 0x485651) is unknown color: approx Cape Cod. HEX triplet: 48, 56 and 51. RGB value is (72,86,81). Sum of RGB (Red+Green+Blue) = 72+86+81=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 86 - color contains mainly: green. Hex color #485651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485651 is #B7A9AE. Grayscale: #515151. Windows color (decimal): -12036527 or 5330504. OLE color: 5330504.

HSL color Cylindrical-coordinate representation of color #485651: hue angle of 158.57º 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 #485651 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB728681-
CMYK0.1600.060.66
HSL158.57º8.86%30.98%-
HSV(B)158.57º16.28%33.73%-
XYZ7.498.639.06-
YUV81.24127.86121.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 86 (33.98% from 255) = 35.98%
BLUE value IS 81 (32.03% from 255) = 33.89%
R=30.13%
G=35.98%
B=33.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286810.1600.060.66158.578.8630.98
Hex4856511006429f91f
Octal11012612120061022371137
Binary100100010101101010001100000110100001010011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485651; }

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

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

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

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

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

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

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

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