#48524E

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

Shades of Cape Cod #48524E

Tints of Cape Cod #48524E

Color information

#48524E (or 0x48524E) is unknown color: approx Cape Cod. HEX triplet: 48, 52 and 4E. RGB value is (72,82,78). Sum of RGB (Red+Green+Blue) = 72+82+78=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 82 - color contains mainly: green. Hex color #48524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48524E is #B7ADB1. Grayscale: #4E4E4E. Windows color (decimal): -12037554 or 5132872. OLE color: 5132872.

HSL color Cylindrical-coordinate representation of color #48524E: hue angle of 156º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48524E is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB728278-
CMYK0.1200.050.68
HSL156º6.49%30.2%-
HSV(B)156º12.2%32.16%-
XYZ7.067.968.37-
YUV78.55127.69123.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=31.03%
G=35.34%
B=33.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7282780.1200.050.681566.4930.2
Hex48524EC05449c61e
Octal1101221161405104234636
Binary1001000101001010011101100010110001001001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48524E; }

 p { color: rgb(72,82,78); }

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

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

 a { background-color: rgb(72,82,78); }

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

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

 span { border-color: rgb(72,82,78); }

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