#485850

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

Shades of Cape Cod #485850

Tints of Cape Cod #485850

Color information

#485850 (or 0x485850) is unknown color: approx Cape Cod. HEX triplet: 48, 58 and 50. RGB value is (72,88,80). Sum of RGB (Red+Green+Blue) = 72+88+80=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 88 - color contains mainly: green. Hex color #485850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485850 is #B7A7AF. Grayscale: #525252. Windows color (decimal): -12036016 or 5265480. OLE color: 5265480.

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

Color convert

RGB728880-
CMYK0.1800.090.65
HSL150º10%31.37%-
HSV(B)150º18.18%34.51%-
XYZ7.618.948.91-
YUV82.3126.7120.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 88 (34.77% from 255) = 36.67%
BLUE value IS 80 (31.64% from 255) = 33.33%
R=30%
G=36.67%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288800.1800.090.651501031.37
Hex48585012094196a1f
Octal110130120220111012261237
Binary1001000101100010100001001001001100000110010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485850; }

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

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

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

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

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

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

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

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