#475063

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

Shades of East Bay #475063

Tints of East Bay #475063

Color information

#475063 (or 0x475063) is unknown color: approx East Bay. HEX triplet: 47, 50 and 63. RGB value is (71,80,99). Sum of RGB (Red+Green+Blue) = 71+80+99=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 99 - color contains mainly: blue. Hex color #475063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475063 is #B8AF9C. Grayscale: #4F4F4F. Windows color (decimal): -12103581 or 6508615. OLE color: 6508615.

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

Color convert

RGB718099-
CMYK0.280.1900.61
HSL220.71º16.47%33.33%-
HSV(B)220.71º28.28%38.82%-
XYZ7.727.9812.94-
YUV79.47139.02121.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=28.4%
G=32%
B=39.6%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7180990.280.1900.61220.7116.4733.33
Hex4750631C1303Ddd1021
Octal10712014334230753352041
Binary100011110100001100011111001001101111011101110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475063; }

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

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

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

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

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

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

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

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