#485751

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

Shades of Cape Cod #485751

Tints of Cape Cod #485751

Color information

#485751 (or 0x485751) is unknown color: approx Cape Cod. HEX triplet: 48, 57 and 51. RGB value is (72,87,81). Sum of RGB (Red+Green+Blue) = 72+87+81=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 87 - color contains mainly: green. Hex color #485751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485751 is #B7A8AE. Grayscale: #515151. Windows color (decimal): -12036271 or 5330760. OLE color: 5330760.

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

Color convert

RGB728781-
CMYK0.1700.070.66
HSL156º9.43%31.18%-
HSV(B)156º17.24%34.12%-
XYZ7.578.799.08-
YUV81.83127.53120.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 87 (34.38% from 255) = 36.25%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=30%
G=36.25%
B=33.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7287810.1700.070.661569.4331.18
Hex4857511107429c91f
Octal11012712121071022341137
Binary100100010101111010001100010111100001010011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485751; }

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

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

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

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

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

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

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

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