#48544E

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

Shades of Cape Cod #48544E

Tints of Cape Cod #48544E

Color information

#48544E (or 0x48544E) is unknown color: approx Cape Cod. HEX triplet: 48, 54 and 4E. RGB value is (72,84,78). Sum of RGB (Red+Green+Blue) = 72+84+78=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 84 - color contains mainly: green. Hex color #48544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48544E is #B7ABB1. Grayscale: #4F4F4F. Windows color (decimal): -12037042 or 5133384. OLE color: 5133384.

HSL color Cylindrical-coordinate representation of color #48544E: hue angle of 150º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #48544E is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB728478-
CMYK0.1400.070.67
HSL150º7.69%30.59%-
HSV(B)150º14.29%32.94%-
XYZ7.228.278.42-
YUV79.73127.02122.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=30.77%
G=35.90%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284780.1400.070.671507.6930.59
Hex48544EE07439681f
Octal11012411616071032261037
Binary10010001010100100111011100111100001110010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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