#47556C

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

Shades of East Bay #47556C

Tints of East Bay #47556C

Color information

#47556C (or 0x47556C) is unknown color: approx East Bay. HEX triplet: 47, 55 and 6C. RGB value is (71,85,108). Sum of RGB (Red+Green+Blue) = 71+85+108=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 108 - color contains mainly: blue. Hex color #47556C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47556C is #B8AA93. Grayscale: #535353. Windows color (decimal): -12102292 or 7099719. OLE color: 7099719.

HSL color Cylindrical-coordinate representation of color #47556C: hue angle of 217.3º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47556C is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7185108-
CMYK0.340.2100.58
HSL217.3º20.67%35.1%-
HSV(B)217.3º34.26%42.35%-
XYZ8.558.9215.46-
YUV83.44141.86119.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=26.89%
G=32.20%
B=40.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71851080.340.2100.58217.320.6735.1
Hex47556C221503Ad91523
Octal10712515442250723312543
Binary1000111101010111011001000101010101110101101100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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