#48526A

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

Shades of East Bay #48526A

Tints of East Bay #48526A

Color information

#48526A (or 0x48526A) is unknown color: approx East Bay. HEX triplet: 48, 52 and 6A. RGB value is (72,82,106). Sum of RGB (Red+Green+Blue) = 72+82+106=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 106 - color contains mainly: blue. Hex color #48526A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48526A is #B7AD95. Grayscale: #515151. Windows color (decimal): -12037526 or 6967880. OLE color: 6967880.

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

Color convert

RGB7282106-
CMYK0.320.2300.58
HSL222.35º19.1%34.9%-
HSV(B)222.35º32.08%41.57%-
XYZ8.298.4514.83-
YUV81.75141.69121.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.69%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 106 (41.80% from 255) = 40.77%
R=27.69%
G=31.54%
B=40.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72821060.320.2300.58222.3519.134.9
Hex48526A201703Ade1323
Octal11012215240270723362343
Binary1001000101001011010101000001011101110101101111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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