#475263

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

Shades of East Bay #475263

Tints of East Bay #475263

Color information

#475263 (or 0x475263) is unknown color: approx East Bay. HEX triplet: 47, 52 and 63. RGB value is (71,82,99). Sum of RGB (Red+Green+Blue) = 71+82+99=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #475263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475263 is #B8AD9C. Grayscale: #505050. Windows color (decimal): -12103069 or 6509127. OLE color: 6509127.

HSL color Cylindrical-coordinate representation of color #475263: hue angle of 216.43º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475263 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB718299-
CMYK0.280.1700.61
HSL216.43º16.47%33.33%-
HSV(B)216.43º28.28%38.82%-
XYZ7.878.2812.99-
YUV80.65138.36121.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=28.17%
G=32.54%
B=39.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7182990.280.1700.61216.4316.4733.33
Hex4752631C1103Dd81021
Octal10712214334210753302041
Binary100011110100101100011111001000101111011101100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475263; }

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

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

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

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

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

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

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

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