#48556D

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

Shades of East Bay #48556D

Tints of East Bay #48556D

Color information

#48556D (or 0x48556D) is unknown color: approx East Bay. HEX triplet: 48, 55 and 6D. RGB value is (72,85,109). Sum of RGB (Red+Green+Blue) = 72+85+109=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #48556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48556D is #B7AA92. Grayscale: #535353. Windows color (decimal): -12036755 or 7165256. OLE color: 7165256.

HSL color Cylindrical-coordinate representation of color #48556D: hue angle of 218.92º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #48556D is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7285109-
CMYK0.340.2200.57
HSL218.92º20.44%35.49%-
HSV(B)218.92º33.94%42.75%-
XYZ8.688.9815.74-
YUV83.85142.19119.55-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 109 (42.97% from 255) = 40.98%
R=27.07%
G=31.95%
B=40.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72851090.340.2200.57218.9220.4435.49
Hex48556D2216039db1423
Octal11012515542260713332443
Binary1001000101010111011011000101011001110011101101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48556D; }

 p { color: rgb(72,85,109); }

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

<style>
 a { background-color: #48556D; }

 a { background-color: rgb(72,85,109); }

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

<style>
 span { border-color: #48556D; }

 span { border-color: rgb(72,85,109); }

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