#474E70

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

Shades of East Bay #474E70

Tints of East Bay #474E70

Color information

#474E70 (or 0x474E70) is unknown color: approx East Bay. HEX triplet: 47, 4E and 70. RGB value is (71,78,112). Sum of RGB (Red+Green+Blue) = 71+78+112=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #474E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E70 is #B8B18F. Grayscale: #4F4F4F. Windows color (decimal): -12104080 or 7360071. OLE color: 7360071.

HSL color Cylindrical-coordinate representation of color #474E70: hue angle of 229.76º 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 #474E70 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7178112-
CMYK0.370.3000.56
HSL229.76º22.4%35.88%-
HSV(B)229.76º36.61%43.92%-
XYZ8.257.9616.43-
YUV79.78146.18121.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 78 (30.86% from 255) = 29.89%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=27.20%
G=29.89%
B=42.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71781120.370.3000.56229.7622.435.88
Hex474E70251E038e61624
Octal10711616045360703462644
Binary1000111100111011100001001011111001110001110011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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