#48566D

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

Shades of East Bay #48566D

Tints of East Bay #48566D

Color information

#48566D (or 0x48566D) is unknown color: approx East Bay. HEX triplet: 48, 56 and 6D. RGB value is (72,86,109). Sum of RGB (Red+Green+Blue) = 72+86+109=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #48566D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48566D is #B7A992. Grayscale: #545454. Windows color (decimal): -12036499 or 7165512. OLE color: 7165512.

HSL color Cylindrical-coordinate representation of color #48566D: hue angle of 217.3º 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 #48566D is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7286109-
CMYK0.340.2100.57
HSL217.3º20.44%35.49%-
HSV(B)217.3º33.94%42.75%-
XYZ8.769.1415.77-
YUV84.44141.86119.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=26.97%
G=32.21%
B=40.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal72861090.340.2100.57217.320.4435.49
Hex48566D2215039d91423
Octal11012615542250713312443
Binary1001000101011011011011000101010101110011101100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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