#474E63

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

Shades of East Bay #474E63

Tints of East Bay #474E63

Color information

#474E63 (or 0x474E63) is unknown color: approx East Bay. HEX triplet: 47, 4E and 63. RGB value is (71,78,99). Sum of RGB (Red+Green+Blue) = 71+78+99=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 99 - color contains mainly: blue. Hex color #474E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E63 is #B8B19C. Grayscale: #4E4E4E. Windows color (decimal): -12104093 or 6508103. OLE color: 6508103.

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

Color convert

RGB717899-
CMYK0.280.2100.61
HSL225º16.47%33.33%-
HSV(B)225º28.28%38.82%-
XYZ7.587.6912.89-
YUV78.3139.68122.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.63%
GREEN value IS 78 (30.86% from 255) = 31.45%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=28.63%
G=31.45%
B=39.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7178990.280.2100.6122516.4733.33
Hex474E631C1503De11021
Octal10711614334250753412041
Binary100011110011101100011111001010101111011110000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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