#47536F

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

Shades of East Bay #47536F

Tints of East Bay #47536F

Color information

#47536F (or 0x47536F) is unknown color: approx East Bay. HEX triplet: 47, 53 and 6F. RGB value is (71,83,111). Sum of RGB (Red+Green+Blue) = 71+83+111=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 111 - color contains mainly: blue. Hex color #47536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47536F is #B8AC90. Grayscale: #525252. Windows color (decimal): -12102801 or 7295815. OLE color: 7295815.

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

Color convert

RGB7183111-
CMYK0.360.2500.56
HSL222º21.98%35.69%-
HSV(B)222º36.04%43.53%-
XYZ8.568.6716.26-
YUV82.6144.02119.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=26.79%
G=31.32%
B=41.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71831110.360.2500.5622221.9835.69
Hex47536F2419038de1624
Octal10712315744310703362644
Binary1000111101001111011111001001100101110001101111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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