#47536E

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

Shades of East Bay #47536E

Tints of East Bay #47536E

Color information

#47536E (or 0x47536E) is unknown color: approx East Bay. HEX triplet: 47, 53 and 6E. RGB value is (71,83,110). Sum of RGB (Red+Green+Blue) = 71+83+110=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 110 - color contains mainly: blue. Hex color #47536E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47536E is #B8AC91. Grayscale: #525252. Windows color (decimal): -12102802 or 7230279. OLE color: 7230279.

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

Color convert

RGB7183110-
CMYK0.350.2500.57
HSL221.54º21.55%35.49%-
HSV(B)221.54º35.45%43.14%-
XYZ8.518.6515.97-
YUV82.49143.52119.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=26.89%
G=31.44%
B=41.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71831100.350.2500.57221.5421.5535.49
Hex47536E2319039de1623
Octal10712315643310713362643
Binary1000111101001111011101000111100101110011101111010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47536E; }

 p { color: rgb(71,83,110); }

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

<style>
 a { background-color: #47536E; }

 a { background-color: rgb(71,83,110); }

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

<style>
 span { border-color: #47536E; }

 span { border-color: rgb(71,83,110); }

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