#475466

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

Shades of East Bay #475466

Tints of East Bay #475466

Color information

#475466 (or 0x475466) is unknown color: approx East Bay. HEX triplet: 47, 54 and 66. RGB value is (71,84,102). Sum of RGB (Red+Green+Blue) = 71+84+102=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 102 - color contains mainly: blue. Hex color #475466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475466 is #B8AB99. Grayscale: #525252. Windows color (decimal): -12102554 or 6706247. OLE color: 6706247.

HSL color Cylindrical-coordinate representation of color #475466: hue angle of 214.84º degrees, saturation: 0.18, 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 #475466 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7184102-
CMYK0.300.1800.6
HSL214.84º17.92%33.92%-
HSV(B)214.84º30.39%40%-
XYZ8.178.6413.81-
YUV82.16139.19120.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=27.63%
G=32.68%
B=39.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71841020.300.1800.6214.8417.9233.92
Hex4754661E1203Cd71222
Octal10712414636220743272242
Binary100011110101001100110111101001001111001101011110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475466; }

 p { color: rgb(71,84,102); }

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

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

 a { background-color: rgb(71,84,102); }

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

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

 span { border-color: rgb(71,84,102); }

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