#474E62

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

Shades of East Bay #474E62

Tints of East Bay #474E62

Color information

#474E62 (or 0x474E62) is unknown color: approx East Bay. HEX triplet: 47, 4E and 62. RGB value is (71,78,98). Sum of RGB (Red+Green+Blue) = 71+78+98=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 98 - color contains mainly: blue. Hex color #474E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E62 is #B8B19D. Grayscale: #4E4E4E. Windows color (decimal): -12104094 or 6442567. OLE color: 6442567.

HSL color Cylindrical-coordinate representation of color #474E62: hue angle of 224.44º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #474E62 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB717898-
CMYK0.280.2000.62
HSL224.44º15.98%33.14%-
HSV(B)224.44º27.55%38.43%-
XYZ7.537.6712.64-
YUV78.19139.18122.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.74%
GREEN value IS 78 (30.86% from 255) = 31.58%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=28.74%
G=31.58%
B=39.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7178980.280.2000.62224.4415.9833.14
Hex474E621C1403Ee01021
Octal10711614234240763402041
Binary100011110011101100010111001010001111101110000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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