#48536C

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

Shades of East Bay #48536C

Tints of East Bay #48536C

Color information

#48536C (or 0x48536C) is unknown color: approx East Bay. HEX triplet: 48, 53 and 6C. RGB value is (72,83,108). Sum of RGB (Red+Green+Blue) = 72+83+108=263 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.38% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 108 - color contains mainly: blue. Hex color #48536C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48536C is #B7AC93. Grayscale: #525252. Windows color (decimal): -12037268 or 7099208. OLE color: 7099208.

HSL color Cylindrical-coordinate representation of color #48536C: hue angle of 221.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #48536C is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7283108-
CMYK0.330.2300.58
HSL221.67º20%35.29%-
HSV(B)221.67º33.33%42.35%-
XYZ8.478.6515.41-
YUV82.56142.36120.47-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.38%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 108 (42.58% from 255) = 41.06%
R=27.38%
G=31.56%
B=41.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72831080.330.2300.58221.672035.29
Hex48536C211703Ade1423
Octal11012315441270723362443
Binary1001000101001111011001000011011101110101101111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,83,108); }

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

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

 a { background-color: rgb(72,83,108); }

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

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

 span { border-color: rgb(72,83,108); }

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