#474F6A

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

Shades of East Bay #474F6A

Tints of East Bay #474F6A

Color information

#474F6A (or 0x474F6A) is unknown color: approx East Bay. HEX triplet: 47, 4F and 6A. RGB value is (71,79,106). Sum of RGB (Red+Green+Blue) = 71+79+106=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 106 - color contains mainly: blue. Hex color #474F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F6A is #B8B095. Grayscale: #4F4F4F. Windows color (decimal): -12103830 or 6967111. OLE color: 6967111.

HSL color Cylindrical-coordinate representation of color #474F6A: hue angle of 226.29º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #474F6A is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7179106-
CMYK0.330.2500.58
HSL226.29º19.77%34.71%-
HSV(B)226.29º33.02%41.57%-
XYZ87.9714.75-
YUV79.69142.85121.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.73%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=27.73%
G=30.86%
B=41.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71791060.330.2500.58226.2919.7734.71
Hex474F6A211903Ae21423
Octal10711715241310723422443
Binary1000111100111111010101000011100101110101110001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474F6A; }

 p { color: rgb(71,79,106); }

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

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

 a { background-color: rgb(71,79,106); }

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

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

 span { border-color: rgb(71,79,106); }

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