#475162

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

Shades of East Bay #475162

Tints of East Bay #475162

Color information

#475162 (or 0x475162) is unknown color: approx East Bay. HEX triplet: 47, 51 and 62. RGB value is (71,81,98). Sum of RGB (Red+Green+Blue) = 71+81+98=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #475162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475162 is #B8AE9D. Grayscale: #4F4F4F. Windows color (decimal): -12103326 or 6443335. OLE color: 6443335.

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

Color convert

RGB718198-
CMYK0.280.1700.62
HSL217.78º15.98%33.14%-
HSV(B)217.78º27.55%38.43%-
XYZ7.758.1112.71-
YUV79.95138.19121.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 98 (38.67% from 255) = 39.2%
R=28.4%
G=32.4%
B=39.2%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7181980.280.1700.62217.7815.9833.14
Hex4751621C1103Eda1021
Octal10712114234210763322041
Binary100011110100011100010111001000101111101101101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475162; }

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

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

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

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

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

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

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

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