#47506F

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

Shades of East Bay #47506F

Tints of East Bay #47506F

Color information

#47506F (or 0x47506F) is unknown color: approx East Bay. HEX triplet: 47, 50 and 6F. RGB value is (71,80,111). Sum of RGB (Red+Green+Blue) = 71+80+111=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 111 - color contains mainly: blue. Hex color #47506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47506F is #B8AF90. Grayscale: #505050. Windows color (decimal): -12103569 or 7295047. OLE color: 7295047.

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

Color convert

RGB7180111-
CMYK0.360.2800.56
HSL226.5º21.98%35.69%-
HSV(B)226.5º36.04%43.53%-
XYZ8.348.2216.19-
YUV80.84145.02120.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 111 (43.75% from 255) = 42.37%
R=27.10%
G=30.53%
B=42.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71801110.360.2800.56226.521.9835.69
Hex47506F241C038e21624
Octal10712015744340703422644
Binary1000111101000011011111001001110001110001110001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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