#474C63

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

Shades of East Bay #474C63

Tints of East Bay #474C63

Color information

#474C63 (or 0x474C63) is unknown color: approx East Bay. HEX triplet: 47, 4C and 63. RGB value is (71,76,99). Sum of RGB (Red+Green+Blue) = 71+76+99=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #474C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C63 is #B8B39C. Grayscale: #4D4D4D. Windows color (decimal): -12104605 or 6507591. OLE color: 6507591.

HSL color Cylindrical-coordinate representation of color #474C63: hue angle of 229.29º 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 #474C63 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB717699-
CMYK0.280.2300.61
HSL229.29º16.47%33.33%-
HSV(B)229.29º28.28%38.82%-
XYZ7.447.4112.84-
YUV77.13140.34123.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=28.86%
G=30.89%
B=40.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7176990.280.2300.61229.2916.4733.33
Hex474C631C1703De51021
Octal10711414334270753452041
Binary100011110011001100011111001011101111011110010110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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