#47526F

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

Shades of East Bay #47526F

Tints of East Bay #47526F

Color information

#47526F (or 0x47526F) is unknown color: approx East Bay. HEX triplet: 47, 52 and 6F. RGB value is (71,82,111). Sum of RGB (Red+Green+Blue) = 71+82+111=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 111 - color contains mainly: blue. Hex color #47526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47526F is #B8AD90. Grayscale: #515151. Windows color (decimal): -12103057 or 7295559. OLE color: 7295559.

HSL color Cylindrical-coordinate representation of color #47526F: hue angle of 223.5º 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 #47526F is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7182111-
CMYK0.360.2600.56
HSL223.5º21.98%35.69%-
HSV(B)223.5º36.04%43.53%-
XYZ8.498.5216.24-
YUV82.02144.36120.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=26.89%
G=31.06%
B=42.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71821110.360.2600.56223.521.9835.69
Hex47526F241A038e01624
Octal10712215744320703402644
Binary1000111101001011011111001001101001110001110000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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