#47556E

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

Shades of East Bay #47556E

Tints of East Bay #47556E

Color information

#47556E (or 0x47556E) is unknown color: approx East Bay. HEX triplet: 47, 55 and 6E. RGB value is (71,85,110). Sum of RGB (Red+Green+Blue) = 71+85+110=266 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.69% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #47556E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47556E is #B8AA91. Grayscale: #535353. Windows color (decimal): -12102290 or 7230791. OLE color: 7230791.

HSL color Cylindrical-coordinate representation of color #47556E: hue angle of 218.46º 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 #47556E is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7185110-
CMYK0.350.2300.57
HSL218.46º21.55%35.49%-
HSV(B)218.46º35.45%43.14%-
XYZ8.668.9616.03-
YUV83.66142.86118.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.69%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=26.69%
G=31.95%
B=41.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal71851100.350.2300.57218.4621.5535.49
Hex47556E2317039da1623
Octal10712515643270713322643
Binary1000111101010111011101000111011101110011101101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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