#475167

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

Shades of East Bay #475167

Tints of East Bay #475167

Color information

#475167 (or 0x475167) is unknown color: approx East Bay. HEX triplet: 47, 51 and 67. RGB value is (71,81,103). Sum of RGB (Red+Green+Blue) = 71+81+103=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 103 (40.62% from 255 or 40.39% from 255); Max value from RGB is 103 - color contains mainly: blue. Hex color #475167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475167 is #B8AE98. Grayscale: #505050. Windows color (decimal): -12103321 or 6771015. OLE color: 6771015.

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

Color convert

RGB7181103-
CMYK0.310.2100.60
HSL221.25º18.39%34.12%-
HSV(B)221.25º31.07%40.39%-
XYZ7.998.213.99-
YUV80.52140.69121.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.84%
GREEN value IS 81 (32.03% from 255) = 31.76%
BLUE value IS 103 (40.62% from 255) = 40.39%
R=27.84%
G=31.76%
B=40.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71811030.310.2100.60221.2518.3934.12
Hex4751671F1503Cdd1222
Octal10712114737250743352242
Binary100011110100011100111111111010101111001101110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475167; }

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

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

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

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

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

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

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

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