#475270

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

Shades of East Bay #475270

Tints of East Bay #475270

Color information

#475270 (or 0x475270) is unknown color: approx East Bay. HEX triplet: 47, 52 and 70. RGB value is (71,82,112). Sum of RGB (Red+Green+Blue) = 71+82+112=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 112 - color contains mainly: blue. Hex color #475270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475270 is #B8AD8F. Grayscale: #525252. Windows color (decimal): -12103056 or 7361095. OLE color: 7361095.

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

Color convert

RGB7182112-
CMYK0.370.2700.56
HSL223.9º22.4%35.88%-
HSV(B)223.9º36.61%43.92%-
XYZ8.548.5416.53-
YUV82.13144.86120.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 112 (44.14% from 255) = 42.26%
R=26.79%
G=30.94%
B=42.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71821120.370.2700.56223.922.435.88
Hex475270251B038e01624
Octal10712216045330703402644
Binary1000111101001011100001001011101101110001110000010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475270; }

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

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

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

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

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

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

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

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