#48576A

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

Shades of East Bay #48576A

Tints of East Bay #48576A

Color information

#48576A (or 0x48576A) is unknown color: approx East Bay. HEX triplet: 48, 57 and 6A. RGB value is (72,87,106). Sum of RGB (Red+Green+Blue) = 72+87+106=265 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.17% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 106 - color contains mainly: blue. Hex color #48576A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48576A is #B7A895. Grayscale: #545454. Windows color (decimal): -12036246 or 6969160. OLE color: 6969160.

HSL color Cylindrical-coordinate representation of color #48576A: hue angle of 213.53º 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 #48576A is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7287106-
CMYK0.320.1800.58
HSL213.53º19.1%34.9%-
HSV(B)213.53º32.08%41.57%-
XYZ8.689.2314.96-
YUV84.68140.03118.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.17%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 106 (41.80% from 255) = 40%
R=27.17%
G=32.83%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72871060.320.1800.58213.5319.134.9
Hex48576A201203Ad61323
Octal11012715240220723262343
Binary1001000101011111010101000001001001110101101011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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