#474F70

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

Shades of East Bay #474F70

Tints of East Bay #474F70

Color information

#474F70 (or 0x474F70) is unknown color: approx East Bay. HEX triplet: 47, 4F and 70. RGB value is (71,79,112). Sum of RGB (Red+Green+Blue) = 71+79+112=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #474F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F70 is #B8B08F. Grayscale: #505050. Windows color (decimal): -12103824 or 7360327. OLE color: 7360327.

HSL color Cylindrical-coordinate representation of color #474F70: hue angle of 228.29º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #474F70 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7179112-
CMYK0.370.2900.56
HSL228.29º22.4%35.88%-
HSV(B)228.29º36.61%43.92%-
XYZ8.328.116.45-
YUV80.37145.85121.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 79 (31.25% from 255) = 30.15%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=27.10%
G=30.15%
B=42.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71791120.370.2900.56228.2922.435.88
Hex474F70251D038e41624
Octal10711716045350703442644
Binary1000111100111111100001001011110101110001110010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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