#48516A

Color #48516A East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #48516A

Tints of East Bay #48516A

Color information

#48516A (or 0x48516A) is unknown color: approx East Bay. HEX triplet: 48, 51 and 6A. RGB value is (72,81,106). Sum of RGB (Red+Green+Blue) = 72+81+106=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 106 - color contains mainly: blue. Hex color #48516A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48516A is #B7AE95. Grayscale: #515151. Windows color (decimal): -12037782 or 6967624. OLE color: 6967624.

HSL color Cylindrical-coordinate representation of color #48516A: hue angle of 224.12º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #48516A is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7281106-
CMYK0.320.2400.58
HSL224.12º19.1%34.9%-
HSV(B)224.12º32.08%41.57%-
XYZ8.228.314.81-
YUV81.16142.02121.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 106 (41.80% from 255) = 40.93%
R=27.80%
G=31.27%
B=40.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72811060.320.2400.58224.1219.134.9
Hex48516A201803Ae01323
Octal11012115240300723402343
Binary1001000101000111010101000001100001110101110000010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48516A; }

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

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

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

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

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

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

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

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