#475061

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

Shades of East Bay #475061

Tints of East Bay #475061

Color information

#475061 (or 0x475061) is unknown color: approx East Bay. HEX triplet: 47, 50 and 61. RGB value is (71,80,97). Sum of RGB (Red+Green+Blue) = 71+80+97=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 97 - color contains mainly: blue. Hex color #475061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475061 is #B8AF9E. Grayscale: #4F4F4F. Windows color (decimal): -12103583 or 6377543. OLE color: 6377543.

HSL color Cylindrical-coordinate representation of color #475061: hue angle of 219.23º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #475061 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB718097-
CMYK0.270.1800.62
HSL219.23º15.48%32.94%-
HSV(B)219.23º26.8%38.04%-
XYZ7.627.9412.44-
YUV79.25138.02122.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=28.63%
G=32.26%
B=39.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7180970.270.1800.62219.2315.4832.94
Hex4750611B1203Edbf21
Octal10712014133220763331741
Binary10001111010000110000111011100100111110110110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475061; }

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

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

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

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

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

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

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

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