#48504C

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

Shades of Cape Cod #48504C

Tints of Cape Cod #48504C

Color information

#48504C (or 0x48504C) is unknown color: approx Cape Cod. HEX triplet: 48, 50 and 4C. RGB value is (72,80,76). Sum of RGB (Red+Green+Blue) = 72+80+76=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 80 - color contains mainly: green. Hex color #48504C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48504C is #B7AFB3. Grayscale: #4D4D4D. Windows color (decimal): -12038068 or 5001288. OLE color: 5001288.

HSL color Cylindrical-coordinate representation of color #48504C: hue angle of 150º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #48504C is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB728076-
CMYK0.1000.050.69
HSL150º5.26%29.8%-
HSV(B)150º10%31.37%-
XYZ6.857.647.95-
YUV77.15127.35124.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 76 (30.08% from 255) = 33.33%
R=31.58%
G=35.09%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280760.1000.050.691505.2629.8
Hex48504CA05459651e
Octal1101201141205105226536
Binary1001000101000010011001010010110001011001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48504C; }

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

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

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

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

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

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

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

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