#475170

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

Shades of East Bay #475170

Tints of East Bay #475170

Color information

#475170 (or 0x475170) is unknown color: approx East Bay. HEX triplet: 47, 51 and 70. RGB value is (71,81,112). Sum of RGB (Red+Green+Blue) = 71+81+112=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #475170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475170 is #B8AE8F. Grayscale: #515151. Windows color (decimal): -12103312 or 7360839. OLE color: 7360839.

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

Color convert

RGB7181112-
CMYK0.370.2800.56
HSL225.37º22.4%35.88%-
HSV(B)225.37º36.61%43.92%-
XYZ8.478.3916.5-
YUV81.54145.19120.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=26.89%
G=30.68%
B=42.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71811120.370.2800.56225.3722.435.88
Hex475170251C038e11624
Octal10712116045340703412644
Binary1000111101000111100001001011110001110001110000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475170; }

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

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

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

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

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

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

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

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