#48536B

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

Shades of East Bay #48536B

Tints of East Bay #48536B

Color information

#48536B (or 0x48536B) is unknown color: approx East Bay. HEX triplet: 48, 53 and 6B. RGB value is (72,83,107). Sum of RGB (Red+Green+Blue) = 72+83+107=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 107 - color contains mainly: blue. Hex color #48536B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48536B is #B7AC94. Grayscale: #525252. Windows color (decimal): -12037269 or 7033672. OLE color: 7033672.

HSL color Cylindrical-coordinate representation of color #48536B: hue angle of 221.14º 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 #48536B is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7283107-
CMYK0.330.2200.58
HSL221.14º19.55%35.1%-
HSV(B)221.14º32.71%41.96%-
XYZ8.428.6315.13-
YUV82.45141.86120.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 107 (42.19% from 255) = 40.84%
R=27.48%
G=31.68%
B=40.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72831070.330.2200.58221.1419.5535.1
Hex48536B211603Add1423
Octal11012315341260723352443
Binary1001000101001111010111000011011001110101101110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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