#475065

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

Shades of East Bay #475065

Tints of East Bay #475065

Color information

#475065 (or 0x475065) is unknown color: approx East Bay. HEX triplet: 47, 50 and 65. RGB value is (71,80,101). Sum of RGB (Red+Green+Blue) = 71+80+101=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #475065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475065 is #B8AF9A. Grayscale: #4F4F4F. Windows color (decimal): -12103579 or 6639687. OLE color: 6639687.

HSL color Cylindrical-coordinate representation of color #475065: hue angle of 222º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475065 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7180101-
CMYK0.300.2100.60
HSL222º17.44%33.73%-
HSV(B)222º29.7%39.61%-
XYZ7.828.0213.45-
YUV79.7140.02121.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=28.17%
G=31.75%
B=40.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71801010.300.2100.6022217.4433.73
Hex4750651E1503Cde1122
Octal10712014536250743362142
Binary100011110100001100101111101010101111001101111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475065; }

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

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

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

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

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

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

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

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