#475265

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

Shades of East Bay #475265

Tints of East Bay #475265

Color information

#475265 (or 0x475265) is unknown color: approx East Bay. HEX triplet: 47, 52 and 65. RGB value is (71,82,101). Sum of RGB (Red+Green+Blue) = 71+82+101=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 101 (39.84% from 255 or 39.76% from 254); Max value from RGB is 101 - color contains mainly: blue. Hex color #475265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475265 is #B8AD9A. Grayscale: #505050. Windows color (decimal): -12103067 or 6640199. OLE color: 6640199.

HSL color Cylindrical-coordinate representation of color #475265: hue angle of 218º 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 #475265 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7182101-
CMYK0.300.1900.60
HSL218º17.44%33.73%-
HSV(B)218º29.7%39.61%-
XYZ7.968.3113.5-
YUV80.88139.36120.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 101 (39.84% from 255) = 39.76%
R=27.95%
G=32.28%
B=39.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71821010.300.1900.6021817.4433.73
Hex4752651E1303Cda1122
Octal10712214536230743322142
Binary100011110100101100101111101001101111001101101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475265; }

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

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

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

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

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

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

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

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